Skip to content

Commit 235bc38

Browse files
jsell-rhclaude
andcommitted
fix(manifests): exclude sso-credentials from kustomize to prevent clobber
The sso-credentials.yaml contains CHANGE_ME placeholders. Including it in kustomize resources causes oc apply -k to overwrite manually-set secret values. Same pattern as the CRB namespace clobber fix. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 05bb922 commit 235bc38

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

components/manifests/overlays/hcmais/jsell-sso-poc/kustomization.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ namespace: jsell-ambient-sso-poc
55

66
resources:
77
- ../../../base
8-
- sso-credentials.yaml
8+
# sso-credentials.yaml is excluded — it contains CHANGE_ME placeholders.
9+
# Create the secret manually per workflows/deploy-native-sso.md Step 3a,
10+
# or apply sso-credentials.yaml separately after replacing values.
911
- frontend-route.yaml
1012
- public-api-route.yaml
1113
- api-server-route.yaml

0 commit comments

Comments
 (0)