Skip to content

Commit 4d41214

Browse files
committed
chore(k8s/magiclove): add docs on how to apply without bazel
1 parent 86151a7 commit 4d41214

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

k8s/magiclove/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Please follow the documentation for `onepassword-connect` as it is a
44
prerequisite.
55

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+
612
## Talos Upgrades
713

814
The current manifest ID is

tools/BUILD.bazel

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
load("@rules_go//go:def.bzl", "go_test")
2+
3+
go_test(
4+
name = "tools_test",
5+
srcs = ["tools_test.go"],
6+
)

0 commit comments

Comments
 (0)