You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an alternative, you can watch [Hands-on Introduction to kluctl](https://www.youtube.com/watch?v=9LoYLjDjOdg)
27
27
from the Rawkode Academy YouTube channel which shows a hands-on demo session.
28
28
29
-
There is also a [Kluctl delivery scenario](https://github.com/codablock/podtato-head/tree/kluctl/delivery/kluctl)
30
-
available in my fork of the [podtato-head](https://github.com/codablock/podtato-head) demo project.
29
+
There is also a [Kluctl delivery scenario](https://github.com/podtato-head/podtato-head-delivery/tree/main/kluctl)
30
+
for the [podtato-head](https://github.com/podtato-head/podtato-head) demo project.
31
31
32
32
## Live and let live
33
33
@@ -144,8 +144,8 @@ If the field manager is not known by Kluctl, it will check if force-applying is
144
144
requested for that field. Force-applying can be requested in different ways:
145
145
146
146
1. By passing `--force-apply` to Kluctl. This will cause ALL fields to be force-applied on conflicts.
147
-
2. By adding the [`kluctl.io/force-apply=true`](https://kluctl.io/docs/reference/deployments/annotations/all-resources/#kluctlioforce-apply) annotation to the object in question. This will cause all fields of that object to be force-applied on conflicts.
148
-
3. By adding the [`kluctl.io/force-apply-field=my.json.path`](https://kluctl.io/docs/reference/deployments/annotations/all-resources/#kluctlioforce-apply-field) annotation to the object in question. This causes only fields matching the JSON path to be force-applied on conflicts.
147
+
2. By adding the [`kluctl.io/force-apply=true`](https://kluctl.io/docs/kluctl/deployments/annotations/all-resources/#kluctlioforce-apply) annotation to the object in question. This will cause all fields of that object to be force-applied on conflicts.
148
+
3. By adding the [`kluctl.io/force-apply-field=my.json.path`](https://kluctl.io/docs/kluctl/deployments/annotations/all-resources/#kluctlioforce-apply-field) annotation to the object in question. This causes only fields matching the JSON path to be force-applied on conflicts.
149
149
150
150
Marking a field to be force-applied is required whenever some other actor is
151
151
known to erroneously claim fields (the ECK operator does this to the nodeSets
0 commit comments