Adding the missing ENV key ECR_REGISTRY

adding the env key of ECR_REGISTRY
This commit is contained in:
ugurarpaci 2021-02-01 17:18:10 +01:00 committed by GitHub
parent 6f525356cb
commit c804fbca14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -534,7 +534,7 @@ spec:
env: env:
- name: SECRET_NAME - name: SECRET_NAME
value: <secret name> # this is the generated 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 value: <account id>.dkr.ecr.<region>.amazonaws.com # fill in the account id and region
volumeMounts: volumeMounts:
- mountPath: /token - mountPath: /token