Browse Source
Merge pull request #3256 from torvitas/heketi-fix-storageclass
[bugfix] heketi storageclass privilege
pull/3211/merge
k8s-ci-robot
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
contrib/network-storage/heketi/roles/provision/templates/storageclass.yml.j2
|
@ -8,5 +8,5 @@ metadata: |
|
|
provisioner: kubernetes.io/glusterfs |
|
|
provisioner: kubernetes.io/glusterfs |
|
|
parameters: |
|
|
parameters: |
|
|
resturl: "http://{{ endpoint_address }}:8080" |
|
|
resturl: "http://{{ endpoint_address }}:8080" |
|
|
restuser: "user" |
|
|
|
|
|
restuserkey: "{{ heketi_user_key }}" |
|
|
|
|
|
|
|
|
restuser: "admin" |
|
|
|
|
|
restuserkey: "{{ heketi_admin_key }}" |