🚑 Hotfix ci config. (#48)

Jenkins nodeselecter is suspending the jobs indefenitely. This will get
the pipeline rolling again.
This commit is contained in:
Charles Butler 2021-01-13 10:56:38 -06:00 committed by GitHub
parent b676302940
commit af9c1a9c9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,13 +57,6 @@ spec:
args: args:
- --appendonly yes - --appendonly yes
- --requirepass netbox - --requirepass netbox
nodeSelector:
cloud.google.com/gke-nodepool: jenkins
tolerations:
- key: role
operator: Equal
value: jenkins
effect: NoSchedule
""" """
} }
} }