mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-18 12:20:24 +00:00
16 lines
471 B
YAML
16 lines
471 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: chap-secret
|
|
type: "kubernetes.io/iscsi-chap"
|
|
data:
|
|
discovery.sendtargets.auth.username: dXNlcg==
|
|
discovery.sendtargets.auth.password: ZGVtbw==
|
|
discovery.sendtargets.auth.username_in: bXVzZXI=
|
|
discovery.sendtargets.auth.password_in: bXBhc3M=
|
|
node.session.auth.username: dXNlcm5hbWU=
|
|
node.session.auth.password: cGFzc3dvcmQ=
|
|
node.session.auth.username_in: bXVzZXIy
|
|
node.session.auth.password_in: bXBhc3My
|