Merge pull request #1415 from allymparker/main

Fix service account name in registry-credentials-sync deployment kustomization
pull/1411/head
Stefan Prodan 4 years ago committed by GitHub
commit f880e93df4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,7 +24,7 @@ spec:
type: Recreate
template:
spec:
serviceAccount: credentials-sync
serviceAccountName: credentials-sync
containers:
- image: busybox # override this with a cloud-specific image
name: sync

Loading…
Cancel
Save