Skip to content
Snippets Groups Projects
Unverified Commit 8a3e5790 authored by Stefan Prodan's avatar Stefan Prodan
Browse files

Use multi-arch image for kubectl

parent dd093a77
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.
Finish editing this message first!
Please register or to comment