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
Device and OS: RHEL 9.4
App version: `v0.42.0
Kubernetes distro being used: RKE2, 1.31.1+rke2r2
Steps to reproduce
Install fluxcd
Create gitrepo with the blow manifests
Wait for flux to re-apply the kustomization
Expected result
The .spec.url to point to the zarf docker registry
Actual Result
The .spec.url reverts back to the url to oci://registry1.dso.mil/bigbang
Comments
We do not have a builtin template for the registry IP, but I'd like to solve this without one.
Looks like the issue is that the Zarf agent checks for the zarf-agent: patched which is added during the initial mutation, and exits if it already exists. see this block.
I believe the mutation of every resource in the mutating webhook is idempotent, so we can just delete that check.
a1994sc
changed the title
Zarf-agent does not maintain mutate after it alread has zarf-agent: patched label applied
Zarf-agent does not maintain mutate after it already has zarf-agent: patched label applied
Oct 30, 2024
Environment
Device and OS: RHEL 9.4
App version: `v0.42.0
Kubernetes distro being used: RKE2, 1.31.1+rke2r2
Steps to reproduce
Expected result
The
.spec.url
to point to the zarf docker registryActual Result
The
.spec.url
reverts back to the url tooci://registry1.dso.mil/bigbang
Comments
Manifests
kustomization.yml
bigbang.yml
The text was updated successfully, but these errors were encountered: