feat: Use pre-generated deploy key
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
deploy.key filter=git-crypt diff=git-crypt
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
deploy.key
|
||||||
+5
-1
@@ -124,5 +124,9 @@ cilium-cli status --wait
|
|||||||
# cilium-cli connectivity test --namespace-labels pod-security.kubernetes.io/enforce=privileged
|
# cilium-cli connectivity test --namespace-labels pod-security.kubernetes.io/enforce=privileged
|
||||||
|
|
||||||
echo "Bootstrapping flux..."
|
echo "Bootstrapping flux..."
|
||||||
flux bootstrap git --url ssh://git@huizinga.dev/infra/foundation --branch=main --path=clusters/${cluster_name} \
|
flux bootstrap git \
|
||||||
|
--url ssh://git@huizinga.dev/infra/foundation \
|
||||||
|
--branch=main \
|
||||||
|
--private-key-file=clusters/${cluster_name}/deploy.key -s \
|
||||||
|
--path=clusters/${cluster_name} \
|
||||||
--components-extra=source-watcher
|
--components-extra=source-watcher
|
||||||
|
|||||||
Binary file not shown.
@@ -0,0 +1 @@
|
|||||||
|
ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK59NC6hLyDf+9zeOQ0stZeay51UyUpoBgONh0xxJFIlgra5ojyhrrQVlfjcUqdLe5yijWU1nCxKpaFGDPMdNE4= flux@testing
|
||||||
Reference in New Issue
Block a user