Skip to content
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
36 changes: 0 additions & 36 deletions prow/cluster/jobs/all-presets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,42 +3,6 @@
# all versions, we keep the presets. These should not be used for new use cases and can be removed
# as release branches are pruned
presets:
- labels:
preset-release-pipeline: "true"
env:
- name: DOCKER_CONFIG
value: /etc/rel-pipeline-docker-config
- name: GITHUB_TOKEN_FILE
value: /etc/github/rel-pipeline-github
- name: GRAFANA_TOKEN_FILE
value: /etc/grafana/token
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/service-account/rel-pipeline-service-account.json
volumeMounts:
- name: rel-pipeline-docker-config
mountPath: /etc/rel-pipeline-docker-config
- name: rel-pipeline-github
mountPath: /etc/github
readOnly: true
- name: rel-pipeline-grafana
mountPath: /etc/grafana
readOnly: true
- name: rel-pipeline-service-account
mountPath: /etc/service-account
readOnly: true
volumes:
- name: rel-pipeline-service-account
secret:
secretName: rel-pipeline-service-account
- name: rel-pipeline-github
secret:
secretName: rel-pipeline-github
- name: rel-pipeline-grafana
secret:
secretName: grafana-token
- name: rel-pipeline-docker-config
secret:
secretName: rel-pipeline-docker-config
- labels:
preset-enable-ssh: "true"
env:
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading