Washedashore commited on
Commit
b777e84
·
verified ·
1 Parent(s): 52ef5ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,9 +1,9 @@
1
- apiVersion: external-secrets.io/v1beta1
2
  kind: ExternalSecret
3
  metadata:
4
  name: dk-cfg-example
5
  spec:
6
- refreshInterval: 30secretStoreRef
7
  secretStoreRef:
8
  name: example
9
  kind: SecretStore
@@ -21,4 +21,4 @@ spec:
21
  key: secret/docker-registry-host # "docker.io"
22
  - secretKey: password
23
  remoteRef:
24
- key: secret/docker-registry-password
 
1
+ <apiVersion: external-secrets.io/v1beta1
2
  kind: ExternalSecret
3
  metadata:
4
  name: dk-cfg-example
5
  spec:
6
+ refreshInterval: 30
7
  secretStoreRef:
8
  name: example
9
  kind: SecretStore
 
21
  key: secret/docker-registry-host # "docker.io"
22
  - secretKey: password
23
  remoteRef:
24
+ key: secret/docker-registry-password>