Skip to content

Commit

Permalink
Merge pull request #617 from ropable/master
Browse files Browse the repository at this point in the history
Set generatorOptions.disableNameSuffixHash=true in Kustomize overlays.
  • Loading branch information
RickWangPerth authored Oct 24, 2024
2 parents dae5e60 + 10bd9c2 commit f3c8671
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kustomize/overlays/prod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ secretGenerator:
type: Opaque
envs:
- .env
generatorOptions:
disableNameSuffixHash: true
resources:
- ../../base
- cronjobs/automated-qa
Expand All @@ -24,4 +26,3 @@ patches:
images:
- name: ghcr.io/dbca-wa/wastd
newTag: 2.1.0

2 changes: 2 additions & 0 deletions kustomize/overlays/uat/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ secretGenerator:
type: Opaque
envs:
- .env
generatorOptions:
disableNameSuffixHash: true
resources:
- ../../base
- cronjobs/automated-qa
Expand Down

0 comments on commit f3c8671

Please sign in to comment.