Skip to content
Snippets Groups Projects
Unverified Commit 7c77a972 authored by Stefan Prodan's avatar Stefan Prodan Committed by GitHub
Browse files

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

Use multi-arch image for kubectl
parents dd093a77 8a3e5790
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment