Skip to content

Commit

Permalink
drop unused base config settings (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso authored Oct 7, 2024
1 parent 37b7a52 commit 3bb9330
Showing 1 changed file with 0 additions and 47 deletions.
47 changes: 0 additions & 47 deletions prow/jobs_config/.base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,50 +182,3 @@ requirement_presets:
- key: service-account-key.json
path: service-account.json
secretName: prow-google-credentials

s390x:
env:
- name: KO_FLAGS
value: "--platform=linux/s390x"
- name: PLATFORM
value: "linux/s390x"
- name: KO_DOCKER_REPO
valueFrom:
secretKeyRef:
name: s390x-cluster1
key: ko-docker-repo
- name: KUBECONFIG
value: /root/.kube/config
- name: DOCKER_CONFIG
value: /opt/cluster
volumeMounts:
- name: s390x-cluster1
mountPath: /opt/cluster
readOnly: true
volumes:
- name: s390x-cluster1
secret:
secretName: s390x-cluster1
defaultMode: 0600

ppc64le:
env:
- name: KO_FLAGS
value: "--platform=linux/ppc64le"
- name: PLATFORM
value: "linux/ppc64le"
- name: KO_DOCKER_REPO
value: "icr.io/upstream-k8s-registry/knative"
- name: KUBECONFIG
value: /root/.kube/config
- name: DOCKER_CONFIG
value: /opt/cluster
volumeMounts:
- name: ppc64le-cluster
mountPath: /opt/cluster
readOnly: true
volumes:
- name: ppc64le-cluster
secret:
secretName: ppc64le-cluster
defaultMode: 0600

0 comments on commit 3bb9330

Please sign in to comment.