Skip to content

Commit 974aae6

Browse files
authored
Merge pull request #7937 from Rajalakshmi-Girish/typo-secret-names
Typo _ in external secret names instead of -
2 parents fb30944 + a8fdf62 commit 974aae6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

kubernetes/ibm-ppc64le/prow/secrets.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ stringData:
2222
apiVersion: external-secrets.io/v1beta1
2323
kind: ExternalSecret
2424
metadata:
25-
name: prow_job_api_key
25+
name: prow-job-api-key
2626
namespace: test-pods
2727
spec:
2828
refreshInterval: 60m
2929
secretStoreRef:
3030
name: secretstore-ibm-k8s
3131
kind: ClusterSecretStore
3232
target:
33-
name: prow_job_api_key
33+
name: prow-job-api-key
3434
creationPolicy: Owner
3535
data:
3636
- secretKey: key
@@ -40,15 +40,15 @@ spec:
4040
apiVersion: external-secrets.io/v1beta1
4141
kind: ExternalSecret
4242
metadata:
43-
name: prow_job_ssh_private_key
43+
name: prow-job-ssh-private-key
4444
namespace: test-pods
4545
spec:
4646
refreshInterval: 60m
4747
secretStoreRef:
4848
name: secretstore-ibm-k8s
4949
kind: ClusterSecretStore
5050
target:
51-
name: prow_job_ssh_private_key
51+
name: prow-job-ssh-private-key
5252
creationPolicy: Owner
5353
data:
5454
- secretKey: ssh-privatekey

0 commit comments

Comments
 (0)