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
parent
commit
b79dd602f3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. 4
      contrib/network-storage/heketi/roles/provision/templates/storageclass.yml.j2

4
contrib/network-storage/heketi/roles/provision/templates/storageclass.yml.j2

@ -8,5 +8,5 @@ metadata:
provisioner: kubernetes.io/glusterfs
parameters:
resturl: "http://{{ endpoint_address }}:8080"
restuser: "user"
restuserkey: "{{ heketi_user_key }}"
restuser: "admin"
restuserkey: "{{ heketi_admin_key }}"
Loading…
Cancel
Save