Skip to content

Commit

Permalink
helm(fix): cleanup job
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanGalloway committed Aug 25, 2023
1 parent 645c5dd commit 189f606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build/ci/integration-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ deployEnv:
previousServicesCount: "1"
restore:
enabled: false
cleanup: false
dynamicName: false
web:
containerImage:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ spec:
envFrom:
- secretRef:
name: {{ .Values.secrets.localSettings.ref }}
optional: true
- configMapRef:
name: local-settings-{{ .Values.deployEnv }}
optional: true
- secretRef:
name: local-settings-secrets-{{ .Values.deployEnv }}
optional: true
Expand Down

0 comments on commit 189f606

Please sign in to comment.