move annotation to pod template

This commit is contained in:
Max Brenner
2021-11-03 11:59:41 +01:00
parent e1f7d1ac0d
commit 4450a4ee7a
7 changed files with 21 additions and 21 deletions

View File

@@ -119,10 +119,10 @@ jobs:
name: "${{ steps.job.outputs.name }}"
spec:
template:
metadata:
annotations:
cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
spec:
metadata:
annotations:
cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
containers:
- name: tests
image: ${{ env.DOCKER_SERVER }}/cloud-sdk-nightly:${{ github.run_id }}

View File

@@ -126,10 +126,10 @@ jobs:
name: "${{ steps.job.outputs.name }}"
spec:
template:
metadata:
annotations:
cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
spec:
metadata:
annotations:
cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
containers:
- name: tests
image: ${{ env.DOCKER_SERVER }}/cloud-sdk-nightly:${{ github.run_id }}

View File

@@ -124,10 +124,10 @@ jobs:
name: "${{ steps.job.outputs.name }}"
spec:
template:
metadata:
annotations:
cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
spec:
metadata:
annotations:
cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
containers:
- name: tests
image: ${{ env.DOCKER_SERVER }}/cloud-sdk-nightly:${{ github.run_id }}

View File

@@ -466,10 +466,10 @@ jobs:
name: "${{ steps.job.outputs.name }}"
spec:
template:
metadata:
annotations:
cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
spec:
metadata:
annotations:
cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
containers:
- name: tests
image: ${{ env.DOCKER_SERVER }}/cloud-sdk-nightly:${{ github.run_id }}

View File

@@ -119,10 +119,10 @@ jobs:
name: "${{ steps.job.outputs.name }}"
spec:
template:
metadata:
annotations:
cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
spec:
metadata:
annotations:
cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
containers:
- name: tests
image: ${{ env.DOCKER_SERVER }}/cloud-sdk-nightly:${{ github.run_id }}

View File

@@ -121,10 +121,10 @@ jobs:
name: "${{ steps.job.outputs.name }}"
spec:
template:
metadata:
annotations:
cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
spec:
metadata:
annotations:
cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
containers:
- name: tests
image: ${{ env.DOCKER_SERVER }}/cloud-sdk-nightly:${{ github.run_id }}

View File

@@ -259,10 +259,10 @@ jobs:
name: "${{ steps.job.outputs.name }}"
spec:
template:
metadata:
annotations:
cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
spec:
metadata:
annotations:
cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
containers:
- name: tests
image: ${{ env.DOCKER_SERVER }}/cloud-sdk-nightly:${{ github.run_id }}