File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,25 +3,21 @@ apiVersion: v1
33kind : Secret
44metadata :
55 name : my-credentials
6- namespace : default
6+ namespace : crossplane-system
77type : Opaque
88data :
9- login : eyJ1c2VybmFtZSI6ImFkbWluIiwicGFzc3dvcmQiOiJzZWNyZXQifQ==
10- config : eyJkYXRhYmFzZSI6eyJob3N0IjoibG9jYWxob3N0IiwicG9ydCI6NTQzMn19
11-
12- # Above are base64 encoded values of below stringData:
13- # login: |
14- # {
15- # "username": "admin",
16- # "password": "secret"
17- # }
18- # config: |
19- # {
20- # "database": {
21- # "host": "localhost",
22- # "port": 5432
23- # }
24- # }
9+ login : |
10+ {
11+ "username": "admin",
12+ "password": "secret"
13+ }
14+ config : |
15+ {
16+ "database": {
17+ "host": "localhost",
18+ "port": 5432
19+ }
20+ }
2521
2622 ---
2723# UPS with service credentials from a secret ref
4137 resolve : Always
4238 credentialsSecretRef :
4339 name : my-credentials
44- namespace : default
40+ namespace : crossplane-system
4541
You can’t perform that action at this time.
0 commit comments