The cloud resources for the reference-spring-boot-mvn-jkube application when using Jenkins and the Typical workflow.
- TODO
# this should be the namespace that Jenkins is running in
WORKFLOW_NAMESPACE=
helm dependency update charts/reference-spring-boot-mvn-jkube-workflow
helm secrets upgrade --install \
reference-spring-boot-mvn-jkube-workflow-typ ./charts/reference-spring-boot-mvn-jkube-workflow \
-f charts/reference-spring-boot-mvn-jkube-workflow/values.yaml \
-f charts/reference-spring-boot-mvn-jkube-workflow/secrets.yaml \
--namespace ${WORKFLOW_NAMESPACE} \
--render-subchart-notes
- The helm chart run will have output
PGP Keys Secret: ${PGP_KEYS_SECRET}
, you need to update thepgpKeysSecretName
parameter in the Jenkinsfile in the associated project to this one with that value. - TODO
- TODO