Skip to content

Commit ed23336

Browse files
authored
Ignore internal registry generated service account pull secrets (#86)
Signed-off-by: Andrew Block <[email protected]>
1 parent 6195b0c commit ed23336

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

values-hub.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ clusterGroup:
351351
value: secret/data/global/qtodo
352352
# For UC-02, we changed the qtodo image to use the one built in the secure supply chain
353353
# - name: app.images.main.name
354-
# value: quay-registry-quay-quay-enterprise.apps.hub.example.com/org/qtodo
354+
# value: quay-registry-quay-quay-enterprise.apps.hub.example.com/org/qtodo
355355
# Uncomment to enable registry authentication
356356
# - name: app.images.main.registry.auth
357357
# value: true
@@ -361,9 +361,14 @@ clusterGroup:
361361
# value: quay-user-password
362362
# UC-02: Secure Supply Chain - Uncomment to enable
363363
# supply-chain:
364-
# name: supply-chain
364+
# name: supply-chain
365365
# project: hub
366366
# path: charts/supply-chain
367+
# ignoreDifferences:
368+
# - group: ""
369+
# kind: ServiceAccount
370+
# jqPathExpressions:
371+
# - .imagePullSecrets[]|select(.name | contains("-dockercfg-"))
367372
# overrides:
368373
# # Don't forget to uncomment the RHTAS and RHTPA components in this same file
369374
# - name: rhtas.enabled

0 commit comments

Comments
 (0)