We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9d6632 commit 35a9c36Copy full SHA for 35a9c36
README.md
@@ -83,8 +83,13 @@ Create a secret file named `omp-cache-secret.yaml`. This secret will create an `
83
84
```
85
apiVersion: v1
86
-data:
87
- identities.yaml: Y3JlZGVudGlhbHM6Ci0gdXNlcm5hbWU6IG9tcAogIHBhc3N3b3JkOiBvbXAKLSB1c2VybmFtZTogb3BlcmF0b3IKICBwYXNzd29yZDogTDdFYXZOQklBRXhORDVHdAo=
+stringData:
+ identities.yaml: |+
88
+ credentials:
89
+ - username: omp
90
+ password: omp
91
+ - username: operator
92
+ password: operator1
93
kind: Secret
94
metadata:
95
labels:
0 commit comments