We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86151a7 commit 4d41214Copy full SHA for 4d41214
k8s/magiclove/README.md
@@ -3,6 +3,12 @@
3
Please follow the documentation for `onepassword-connect` as it is a
4
prerequisite.
5
6
+## Apply
7
+
8
+```sh
9
+cue export ./k8s/magiclove/list.cue | KUBECTL_APPLYSET=true kubectl apply -f - --server-side --force-conflicts --applyset=applyset/automata --prune
10
+```
11
12
## Talos Upgrades
13
14
The current manifest ID is
tools/BUILD.bazel
@@ -0,0 +1,6 @@
1
+load("@rules_go//go:def.bzl", "go_test")
2
+go_test(
+ name = "tools_test",
+ srcs = ["tools_test.go"],
+)
0 commit comments