Browse Source

use privileged user

pull/3256/head
Sascha Marcel Schmidt 6 years ago
parent
commit
157639e451
No known key found for this signature in database GPG Key ID: D1D6CE184437796D
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