Compare commits
2 Commits
e1b2df0ef6
...
182f701853
| Author | SHA1 | Date | |
|---|---|---|---|
|
182f701853
|
|||
|
79d004a10c
|
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -1 +1 @@
|
|||||||
*.key filter=git-crypt diff=git-crypt
|
deploy.key filter=git-crypt diff=git-crypt
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
keys/*.key
|
deploy.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=keys/${cluster_name}.key
|
--private-key-file=clusters/${cluster_name}/deploy.key \
|
||||||
--path=clusters/${cluster_name} \
|
--path=clusters/${cluster_name} \
|
||||||
--components-extra=source-watcher
|
--components-extra=source-watcher
|
||||||
|
|||||||
Reference in New Issue
Block a user