Adding the missing ENV key ECR_REGISTRY

adding the env key of ECR_REGISTRY
pull/842/head
ugurarpaci 4 years ago committed by GitHub
parent 6f525356cb
commit c804fbca14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save