Skip to content

Commit

Permalink
Merge pull request #105 from mhjacks/main
Browse files Browse the repository at this point in the history
Update values secret template
  • Loading branch information
mhjacks authored Jan 16, 2024
2 parents c373a78 + 09fef63 commit 7ec7007
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 7ec7007

Please sign in to comment.