Skip to content

Commit 35a9c36

Browse files
committed
plain text the example
1 parent a9d6632 commit 35a9c36

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,13 @@ Create a secret file named `omp-cache-secret.yaml`. This secret will create an `
8383

8484
```
8585
apiVersion: v1
86-
data:
87-
identities.yaml: Y3JlZGVudGlhbHM6Ci0gdXNlcm5hbWU6IG9tcAogIHBhc3N3b3JkOiBvbXAKLSB1c2VybmFtZTogb3BlcmF0b3IKICBwYXNzd29yZDogTDdFYXZOQklBRXhORDVHdAo=
86+
stringData:
87+
identities.yaml: |+
88+
credentials:
89+
- username: omp
90+
password: omp
91+
- username: operator
92+
password: operator1
8893
kind: Secret
8994
metadata:
9095
labels:

0 commit comments

Comments
 (0)