mirror of https://github.com/k3s-io/k3s
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
|