Secret generator without hash suffix kustomize

note: disableNameSuffixHash keeps stable name but breaks rollout-on-change

cat <<'EOF' >> kustomization.yaml secretGenerator: - name: db-creds literals: [PASSWORD=s3cr3t] generatorOptions: disableNameSuffixHash: true EOF
more kustomize all 23 commands →