mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-09 17:27:28 +00:00
Merge pull request #1877 from fluxcd/multi-arch-kubectl
Use multi-arch image for kubectl
This commit is contained in:
commit
7c77a9723a
4 changed files with 4 additions and 4 deletions
|
|
@ -7,7 +7,7 @@ spec:
|
|||
template:
|
||||
spec:
|
||||
initContainers:
|
||||
- image: bitnami/kubectl
|
||||
- image: ghcr.io/fluxcd/flux-cli:v0.17.2
|
||||
securityContext:
|
||||
privileged: false
|
||||
readOnlyRootFilesystem: true
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ spec:
|
|||
template:
|
||||
spec:
|
||||
initContainers:
|
||||
- image: bitnami/kubectl
|
||||
- image: ghcr.io/fluxcd/flux-cli:v0.17.2
|
||||
name: copy-kubectl
|
||||
# it's okay to do this because kubectl is a statically linked binary
|
||||
command:
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ spec:
|
|||
template:
|
||||
spec:
|
||||
initContainers:
|
||||
- image: bitnami/kubectl
|
||||
- image: ghcr.io/fluxcd/flux-cli:v0.17.2
|
||||
name: copy-kubectl
|
||||
# it's okay to do this because kubectl is a statically linked binary
|
||||
command:
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ spec:
|
|||
template:
|
||||
spec:
|
||||
initContainers:
|
||||
- image: bitnami/kubectl
|
||||
- image: ghcr.io/fluxcd/flux-cli:v0.17.2
|
||||
name: copy-kubectl
|
||||
# it's okay to do this because kubectl is a statically linked binary
|
||||
command:
|
||||
|
|
|
|||
Loading…
Reference in a new issue