mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-22 15:41:47 +00:00
Adding the missing ENV key ECR_REGISTRY
adding the env key of ECR_REGISTRY
This commit is contained in:
parent
6f525356cb
commit
c804fbca14
1 changed files with 1 additions and 1 deletions
|
|
@ -534,7 +534,7 @@ spec:
|
|||
env:
|
||||
- name: SECRET_NAME
|
||||
value: <secret name> # this is the generated Secret name
|
||||
- name:
|
||||
- name: ECR_REGISTRY
|
||||
value: <account id>.dkr.ecr.<region>.amazonaws.com # fill in the account id and region
|
||||
volumeMounts:
|
||||
- mountPath: /token
|
||||
|
|
|
|||
Loading…
Reference in a new issue