mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-24 00:21:46 +00:00
Use multi-arch image for kubectl
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
dd093a775a
commit
8a3e5790f5
4 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue