Compare commits
2 Commits
e02b6befcd
...
c8ef3652d8
| Author | SHA1 | Date | |
|---|---|---|---|
|
c8ef3652d8
|
|||
|
0b4ce800a3
|
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
||||
deploy.key filter=git-crypt diff=git-crypt
|
||||
1
.secretsignore
Normal file
1
.secretsignore
Normal file
@@ -0,0 +1 @@
|
||||
deploy.key
|
||||
@@ -124,5 +124,9 @@ cilium-cli status --wait
|
||||
# cilium-cli connectivity test --namespace-labels pod-security.kubernetes.io/enforce=privileged
|
||||
|
||||
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
|
||||
--path=clusters/${cluster_name} \
|
||||
--components-extra=source-watcher
|
||||
|
||||
BIN
clusters/testing/deploy.key
Normal file
BIN
clusters/testing/deploy.key
Normal file
Binary file not shown.
1
clusters/testing/deploy.key.pub
Normal file
1
clusters/testing/deploy.key.pub
Normal file
@@ -0,0 +1 @@
|
||||
ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE8tDQzizeDrkzi8MQkIhnI3mZ+x2Rc7JM3K/uU56+griU6hsyG0EijuDlAxsZ2I4iynpG5PkWpRJ4BdPETVZpI= tim@zeus
|
||||
Reference in New Issue
Block a user