Skip to content

Commit

Permalink
Remove S3 secrets (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
EarthlingDavey authored Nov 26, 2024
1 parent c23d901 commit d242ba4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions deploy/development/deployment.tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,6 @@ spec:
secretKeyRef:
name: s3-bucket-output
key: bucket_name
- name: S3_ACCESS_KEY_ID
valueFrom:
secretKeyRef:
name: s3-bucket-output
key: access_key_id
- name: S3_SECRET_ACCESS_KEY
valueFrom:
secretKeyRef:
name: s3-bucket-output
key: secret_access_key
envFrom:
- secretRef:
name: ${KUBE_NAMESPACE}-secrets
Expand Down

0 comments on commit d242ba4

Please sign in to comment.