Skip to content

ploigos-reference-apps/reference-quarkus-mvn-cloud-resources_jenkins_workflow-minimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

reference-quarkus-mvn-cloud-resources (Jenkins) (Workflow: Minimal)

The cloud resources for the reference-quarkus-mvn application when using Jenkins and the Minimal workflow.

Install

0. Prerequisite

  • TODO

1. Deploy Ploigos Kubernetes Resources

# this should be the namespace that Jenkins is running in
WORKFLOW_NAMESPACE=
helm dependency update charts/reference-quarkus-mvn-workflow

helm secrets upgrade --install \
    reference-quarkus-mvn-workflow-min ./charts/reference-quarkus-mvn-workflow \
    -f charts/reference-quarkus-mvn-workflow/values.yaml \
    -f charts/reference-quarkus-mvn-workflow/secrets.yaml \
    --namespace ${WORKFLOW_NAMESPACE} \
    --render-subchart-notes

2. Update Jenkinsfile

  1. The helm chart run will have output PGP Keys Secret: ${PGP_KEYS_SECRET}, you need to update the pgpKeysSecretName parameter in the Jenkinsfile in the associated project to this one with that value.
  2. TODO

2. Configure Jenkins

  1. TODO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published