File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
kubernetes/ibm-ppc64le/prow Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ stringData:
22
22
apiVersion : external-secrets.io/v1beta1
23
23
kind : ExternalSecret
24
24
metadata :
25
- name : prow_job_api_key
25
+ name : prow-job-api-key
26
26
namespace : test-pods
27
27
spec :
28
28
refreshInterval : 60m
29
29
secretStoreRef :
30
30
name : secretstore-ibm-k8s
31
31
kind : ClusterSecretStore
32
32
target :
33
- name : prow_job_api_key
33
+ name : prow-job-api-key
34
34
creationPolicy : Owner
35
35
data :
36
36
- secretKey : key
@@ -40,15 +40,15 @@ spec:
40
40
apiVersion : external-secrets.io/v1beta1
41
41
kind : ExternalSecret
42
42
metadata :
43
- name : prow_job_ssh_private_key
43
+ name : prow-job-ssh-private-key
44
44
namespace : test-pods
45
45
spec :
46
46
refreshInterval : 60m
47
47
secretStoreRef :
48
48
name : secretstore-ibm-k8s
49
49
kind : ClusterSecretStore
50
50
target :
51
- name : prow_job_ssh_private_key
51
+ name : prow-job-ssh-private-key
52
52
creationPolicy : Owner
53
53
data :
54
54
- secretKey : ssh-privatekey
You can’t perform that action at this time.
0 commit comments