Skip to content

Commit adca6bb

Browse files
author
Mykhailo Pechkurov
committed
revert example ups-dynatrace
1 parent bfba7d8 commit adca6bb

1 file changed

Lines changed: 14 additions & 18 deletions

File tree

examples/serviceinstance/ups-dynatrace.yaml

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,21 @@ apiVersion: v1
33
kind: Secret
44
metadata:
55
name: my-credentials
6-
namespace: default
6+
namespace: crossplane-system
77
type: Opaque
88
data:
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
@@ -41,5 +37,5 @@ spec:
4137
resolve: Always
4238
credentialsSecretRef:
4339
name: my-credentials
44-
namespace: default
40+
namespace: crossplane-system
4541

0 commit comments

Comments
 (0)