Commit 3ef5985
committed
fix(kyverno): use static RESTIC_REPOSITORY from 1Password instead of template
Problem: Kyverno cannot generate ExternalSecrets with Go templates because it tries
to parse {{ }} as Kyverno variables, regardless of escaping method.
Solution: Store RESTIC_REPOSITORY base URL in 1Password rustfs item:
restic_repository: s3:http://192.168.10.133:30292/volsync/
Note: This is the base URL - per-PVC paths will be handled by VolSync itself
using the repository secret name pattern.1 parent 7055689 commit 3ef5985
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
0 commit comments