-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: patch cas-schedule-active configmap instead of replacing #23
base: main
Are you sure you want to change the base?
Conversation
ping @grieshaber |
This pull request has been marked as stale because it has been open for 30 days with no activity. It will be automatically closed in 10 days if no further activity occurs. |
ping @grieshaber |
This pull request has been marked as stale because it has been open for 30 days with no activity. It will be automatically closed in 10 days if no further activity occurs. |
ping @grieshaber |
This pull request has been marked as stale because it has been open for 30 days with no activity. It will be automatically closed in 10 days if no further activity occurs. |
Hello!
I got a problem with current version, which force replaces cas-schedule-active configmap, cause I've deployed chart using argo cd. While configmap changes are configured to be ignored by argocd, force replacing (delete/create) forces argocd to sync originally deployed configmap, which overrides the configmap cronjob wants to create.
I got this script working fine with
bitnami/kubectl:1.30
image, jq is missing fromghcr.io/codecentric/cluster-overprovisioner-helper:latest
yq
inghcr.io/codecentric/cluster-overprovisioner-helper:latest
is acting weird giving me error for some reason, didn't bothered to investigate why, but this should do the same with yq, at least that works locally:Thanks!