Skip to content

Commit

Permalink
Update values secret template
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Jackson committed Jan 16, 2024
1 parent c373a78 commit 09fef63
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions values-secret.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
# NEVER COMMIT THESE VALUES TO GIT
version: "2.0"
secrets:
- name: aws-creds
fields:
- name: aws_access_key_id
value: "An aws access key that can provision VMs and manage IAM (if using portworx)"

- name: aws_secret_access_key
value: "An aws access secret key that can provision VMs and manage IAM (if using portworx)"

- name: kiosk-ssh
fields:
- name: username
Expand Down

0 comments on commit 09fef63

Please sign in to comment.