Commit cc92eac
committed
[kustomize_deploy] Fix OLM values.yaml not available to kustomize lookup
The kustomize lookup plugin runs on localhost (control node), but the
values.yaml file was being copied on the remote host. This caused the
generated values to be ignored when kustomize executed.
Changed to use slurp + copy with delegate_to localhost to ensure the
values.yaml file is available on the control node where kustomize runs.
Assisted-By: Claude Code/claude-sonnet-4.5
Signed-off-by: Eduardo Olivares <[email protected]>1 parent e478c44 commit cc92eac
1 file changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 50 | + | |
| 51 | + | |
54 | 52 | | |
55 | 53 | | |
56 | 54 | | |
57 | 55 | | |
58 | 56 | | |
59 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
| |||
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
| 71 | + | |
68 | 72 | | |
69 | 73 | | |
70 | 74 | | |
| |||
0 commit comments