Skip to content

Commit

Permalink
secret naming changed
Browse files Browse the repository at this point in the history
  • Loading branch information
miteshvp committed Dec 3, 2019
1 parent aeec9b5 commit 6c9ceb4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openshift/template.yaml
Original file line number Diff line number Diff line change
@@ -68,13 +68,13 @@ objects:
- name: AWS_SQS_ACCESS_KEY_ID
valueFrom:
secretKeyRef:
name: aws
key: sqs-access-key-id
name: aws-sqs
key: aws_access_key_id
- name: AWS_SQS_SECRET_ACCESS_KEY
valueFrom:
secretKeyRef:
name: aws
key: sqs-secret-access-key
name: aws-sqs
key: aws_secret_access_key
- name: AWS_S3_ACCESS_KEY_ID
valueFrom:
secretKeyRef:

0 comments on commit 6c9ceb4

Please sign in to comment.