The cloud resources for the reference-quarkus-mvn application when using GitLab and the Everything workflow.
- TODO
# this should be the namespace that GitLab is running in
WORKFLOW_NAMESPACE=
helm dependency update charts/reference-quarkus-mvn-workflow
helm secrets upgrade --install \
reference-quarkus-mvn-workflow-eve ./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
- The helm chart run will have output
PGP Keys Secret: ${PGP_KEYS_SECRET}
, you need to update thepgpKeysSecretName
parameter in the .gitlab-ci.yml in the associated project to this one with that value. - TODO
- TODO