Skip to content

Commit

Permalink
install: disable suffix generation for configmap and secrets
Browse files Browse the repository at this point in the history
Fixes: #173

Signed-off-by: Pradipta Banerjee <[email protected]>
  • Loading branch information
bpradipt committed Aug 17, 2022
1 parent 88e157d commit 17c38f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install/overlays/aws/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ images:
newName: quay.io/confidential-containers/cloud-api-adaptor-aws # change image if needed
newTag: latest

generatorOptions:
disableNameSuffixHash: true

configMapGenerator:
- name: peer-pods-cm
namespace: confidential-containers-system
Expand Down
3 changes: 3 additions & 0 deletions install/overlays/libvirt/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ images:
newName: quay.io/confidential-containers/cloud-api-adaptor-libvirt # change image if needed
newTag: latest

generatorOptions:
disableNameSuffixHash: true

configMapGenerator:
- name: peer-pods-cm
namespace: confidential-containers-system
Expand Down

0 comments on commit 17c38f9

Please sign in to comment.