We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec47a2f commit 2805836Copy full SHA for 2805836
1 file changed
charts/hub/trustee/templates/push-secret.yaml
@@ -18,10 +18,10 @@ spec:
18
- match:
19
secretKey: tls.key # Source Kubernetes secret key to be pushed
20
remoteRef:
21
- remoteKey: "/global/kbs-tls-self-signed" # Remote reference (where the secret is going to be pushed)
+ remoteKey: "pushsecrets/kbs-tls-self-signed" # Remote reference (where the secret is going to be pushed)
22
property: key
23
# - match:
24
# secretKey: tls.crt # Source Kubernetes secret key to be pushed
25
# remoteRef:
26
# remoteKey: "hub/kbs-tls-self-signed"
27
- # property: certificate # Remote reference (where the secret is going to be pushed
+ # property: certificate # Remote reference (where the secret is going to be pushed
0 commit comments