mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-22 07:31:47 +00:00
Merge pull request #1415 from allymparker/main
Fix service account name in registry-credentials-sync deployment kustomization
This commit is contained in:
commit
f880e93df4
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ spec:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
template:
|
template:
|
||||||
spec:
|
spec:
|
||||||
serviceAccount: credentials-sync
|
serviceAccountName: credentials-sync
|
||||||
containers:
|
containers:
|
||||||
- image: busybox # override this with a cloud-specific image
|
- image: busybox # override this with a cloud-specific image
|
||||||
name: sync
|
name: sync
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue