Compare commits
2 Commits
71283a3ef7
...
4acc218135
| Author | SHA1 | Date | |
|---|---|---|---|
|
4acc218135
|
|||
|
7d00923dbc
|
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