Skip to content

Commit 2805836

Browse files
committed
fix: stuff
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent ec47a2f commit 2805836

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/hub/trustee/templates/push-secret.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ spec:
1818
- match:
1919
secretKey: tls.key # Source Kubernetes secret key to be pushed
2020
remoteRef:
21-
remoteKey: "/global/kbs-tls-self-signed" # Remote reference (where the secret is going to be pushed)
21+
remoteKey: "pushsecrets/kbs-tls-self-signed" # Remote reference (where the secret is going to be pushed)
2222
property: key
2323
# - match:
2424
# secretKey: tls.crt # Source Kubernetes secret key to be pushed
2525
# remoteRef:
2626
# remoteKey: "hub/kbs-tls-self-signed"
27-
# property: certificate # Remote reference (where the secret is going to be pushed
27+
# property: certificate # Remote reference (where the secret is going to be pushed

0 commit comments

Comments
 (0)