bootstrapper: run busybox with fluxd-bootstrap
diff --git a/charts/flux-bootstrap/templates/fluxcd.yaml b/charts/flux-bootstrap/templates/fluxcd.yaml
index 70fe4e3..71aac46 100644
--- a/charts/flux-bootstrap/templates/fluxcd.yaml
+++ b/charts/flux-bootstrap/templates/fluxcd.yaml
@@ -38,4 +38,15 @@
- --silent
- --watch-all-namespaces
- --verbose
+ - name: dbg
+ image: busybox:glibc
+ imagePullPolicy: IfNotPresent
+ volumeMounts:
+ - name: access-keys
+ mountPath: /access-keys
+ - name: known-hosts
+ mountPath: /.ssh
+ env:
+ - name: SSH_KNOWN_HOSTS
+ value: /.ssh/known_hosts
restartPolicy: Never