-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: convert helm to allowlist and tidy - probably breaks nginx whi… #933
base: main
Are you sure you want to change the base?
Conversation
b2a7e00
to
6299033
Compare
@@ -0,0 +1,15 @@ | |||
minReplicaCount: 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add generic-service:
at the top of these three files
@@ -0,0 +1,23 @@ | |||
ingress: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add generic-service:
here
--values - \ | ||
--values ~/git/helm_deploy/prepare-a-case/values-live.yaml \ | ||
--values ~/git/helm_deploy/prepare-a-case/values.yaml \ | ||
--values ~/git/helm_deploy/prepare-a-case/values-<< parameters.env >>.yaml \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rather than modify this, there is a deploy_env job in the hmpps orb which will do the trick.
https://github.com/ministryofjustice/court-case-matcher/blob/main/.circleci/config.yml#L144
Add this to Chart.yaml:
|
I think this will break the ingest.yaml but I'm not sure what it's trying to do here.