Skip to content
This repository was archived by the owner on Jul 26, 2022. It is now read-only.

Commit af5b1d2

Browse files
authored
feat(examples): add hello-service example (#6)
1 parent 7901f90 commit af5b1d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: 'kubernetes-client.io/v1'
22
kind: ExtrenalSecret
33
metadata:
4-
name: simple-service
4+
name: hello-service
55
secretDescriptor:
66
backendType: secretManager
77
properties:
8-
- key: simple-service/simple-service/hello
9-
name: hello
8+
- key: hello-service/password
9+
name: password

0 commit comments

Comments
 (0)