1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Merge pull request #1877 from fluxcd/multi-arch-kubectl

Use multi-arch image for kubectl
This commit is contained in:
Stefan Prodan
2021-09-30 11:19:41 +03:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ spec:
template: template:
spec: spec:
initContainers: initContainers:
- image: bitnami/kubectl - image: ghcr.io/fluxcd/flux-cli:v0.17.2
securityContext: securityContext:
privileged: false privileged: false
readOnlyRootFilesystem: true readOnlyRootFilesystem: true

View File

@@ -9,7 +9,7 @@ spec:
template: template:
spec: spec:
initContainers: initContainers:
- image: bitnami/kubectl - image: ghcr.io/fluxcd/flux-cli:v0.17.2
name: copy-kubectl name: copy-kubectl
# it's okay to do this because kubectl is a statically linked binary # it's okay to do this because kubectl is a statically linked binary
command: command:

View File

@@ -7,7 +7,7 @@ spec:
template: template:
spec: spec:
initContainers: initContainers:
- image: bitnami/kubectl - image: ghcr.io/fluxcd/flux-cli:v0.17.2
name: copy-kubectl name: copy-kubectl
# it's okay to do this because kubectl is a statically linked binary # it's okay to do this because kubectl is a statically linked binary
command: command:

View File

@@ -9,7 +9,7 @@ spec:
template: template:
spec: spec:
initContainers: initContainers:
- image: bitnami/kubectl - image: ghcr.io/fluxcd/flux-cli:v0.17.2
name: copy-kubectl name: copy-kubectl
# it's okay to do this because kubectl is a statically linked binary # it's okay to do this because kubectl is a statically linked binary
command: command: