Compare commits
2 Commits
182f701853
...
e1b2df0ef6
| Author | SHA1 | Date | |
|---|---|---|---|
|
e1b2df0ef6
|
|||
|
f348ca0076
|
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -1 +1 @@
|
|||||||
deploy.key filter=git-crypt diff=git-crypt
|
*.key filter=git-crypt diff=git-crypt
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
deploy.key
|
keys/*.key
|
||||||
|
|||||||
@@ -127,6 +127,6 @@ echo "Bootstrapping flux..."
|
|||||||
flux bootstrap git \
|
flux bootstrap git \
|
||||||
--url ssh://git@huizinga.dev/infra/foundation \
|
--url ssh://git@huizinga.dev/infra/foundation \
|
||||||
--branch=main \
|
--branch=main \
|
||||||
--private-key-file=clusters/${cluster_name}/deploy.key \
|
--private-key-file=keys/${cluster_name}.key
|
||||||
--path=clusters/${cluster_name} \
|
--path=clusters/${cluster_name} \
|
||||||
--components-extra=source-watcher
|
--components-extra=source-watcher
|
||||||
|
|||||||
Reference in New Issue
Block a user