Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
feat(deploy): add an example of values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
plaffitt committed Oct 8, 2020
1 parent b6c45be commit 06d2dcf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions example/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
storageClasses:
- name: my-maravelous-storage
pool: A
fsType: ext4
iqn: your-iqn
portals: comma-separated-ips
secretName: default

secrets:
default:
apiAddress: your-base64-encoded-api-address
username: your-base64-encoded-username
password: your-base64-encoded-password

0 comments on commit 06d2dcf

Please sign in to comment.