Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manifests: drop duffy credentials #121

Merged
merged 1 commit into from
Aug 8, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions manifests/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ spec:
volumeMounts:
- name: data
mountPath: /srv/
- name: duffy-key
mountPath: /var/run/secrets/kubernetes.io/duffy-key
readOnly: true
- name: aws-creds
mountPath: /.aws
readOnly: true
Expand All @@ -36,10 +33,6 @@ spec:
- name: data
persistentVolumeClaim:
claimName: coreos-assembler-claim2
- name: duffy-key
secret:
secretName: duffy.key
optional: true
- name: aws-creds
secret:
secretName: fcos-builds-bot-aws-config
Expand Down
7 changes: 0 additions & 7 deletions manifests/sleep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ spec:
volumeMounts:
- name: data
mountPath: /srv/
- name: duffy-key
mountPath: /var/run/secrets/kubernetes.io/duffy-key
readOnly: true
- name: aws-creds
mountPath: /.aws
readOnly: true
Expand All @@ -31,10 +28,6 @@ spec:
- name: data
persistentVolumeClaim:
claimName: coreos-assembler-claim2
- name: duffy-key
secret:
secretName: duffy.key
optional: true
- name: aws-creds
secret:
secretName: fcos-builds-bot-aws-config
Expand Down