ADD: limit pipeline execution to a specific set of nodes
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Dominik Meyer 2024-05-15 18:05:10 +02:00
parent 5b22790e91
commit 9410da44f1
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -5,6 +5,7 @@ platform:
arch: amd64 arch: amd64
node_selector: node_selector:
kubernetes.io/arch: amd64 kubernetes.io/arch: amd64
federationhq.de/location: Blumendorf
volumes: volumes:
- name: fedhq-ca-crt - name: fedhq-ca-crt
@ -35,6 +36,7 @@ platform:
arch: arm64 arch: arm64
node_selector: node_selector:
kubernetes.io/arch: arm64 kubernetes.io/arch: arm64
federationhq.de/location: Blumendorf
volumes: volumes:
- name: fedhq-ca-crt - name: fedhq-ca-crt
@ -63,7 +65,8 @@ type: kubernetes
name: push name: push
node_selector: node_selector:
kubernetes.io/arch: amd64 kubernetes.io/arch: amd64
federationhq.de/location: Blumendorf
volumes: volumes:
- name: fedhq-ca-crt - name: fedhq-ca-crt
config_map: config_map: