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
An easy way to reproduce the issue is to deploy and redeploy zarf packages.
Quick test option:
uds deploy k3d-core-slim-dev:latest --confirm
for i in {1..5}; do
zarf package deploy oci://ghcr.io/defenseunicorns/packages/uds/core-metrics-server:0.31.2-upstream --confirm
done
kubectl get secrets -n metrics-server
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
For long-lived clusters deploying zarf packages,
helm.release
secrets continue to pill up and are only removed manuallyDescribe the behavior you'd like
helm.release
secrets are deletedDescribe alternatives you've considered
(optional) Adding a kubectl command to a uds task to delete the older secrets
Additional context
An easy way to reproduce the issue is to deploy and redeploy zarf packages.
Quick test option:
The text was updated successfully, but these errors were encountered: