Skip to content

Commit 77e13d5

Browse files
jlebondustymabe
authored andcommitted
manifests: drop duffy credentials
We don't use the CentOS artifact server anymore. So just drop the secret mount in the interest of only mounting those we really need.
1 parent 6f49693 commit 77e13d5

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

manifests/pod.yaml

-7
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ spec:
2424
volumeMounts:
2525
- name: data
2626
mountPath: /srv/
27-
- name: duffy-key
28-
mountPath: /var/run/secrets/kubernetes.io/duffy-key
29-
readOnly: true
3027
- name: aws-creds
3128
mountPath: /.aws
3229
readOnly: true
@@ -38,10 +35,6 @@ spec:
3835
- name: data
3936
persistentVolumeClaim:
4037
claimName: coreos-assembler-claim2
41-
- name: duffy-key
42-
secret:
43-
secretName: duffy.key
44-
optional: true
4538
- name: aws-creds
4639
secret:
4740
secretName: fcos-builds-bot-aws-config

manifests/sleep.yaml

-7
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ spec:
1919
volumeMounts:
2020
- name: data
2121
mountPath: /srv/
22-
- name: duffy-key
23-
mountPath: /var/run/secrets/kubernetes.io/duffy-key
24-
readOnly: true
2522
- name: aws-creds
2623
mountPath: /.aws
2724
readOnly: true
@@ -31,10 +28,6 @@ spec:
3128
- name: data
3229
persistentVolumeClaim:
3330
claimName: coreos-assembler-claim2
34-
- name: duffy-key
35-
secret:
36-
secretName: duffy.key
37-
optional: true
3831
- name: aws-creds
3932
secret:
4033
secretName: fcos-builds-bot-aws-config

0 commit comments

Comments
 (0)