Jakub Kotiuk
Jakub Kotiuk
It would be very useful if EnsurerMonitor method could modify AlertContacts information. Currently I have to remove monitor and add new one with updated contacts.
I'm hitting similar issue, running flux `0.40.2`. I've seen this on few `helmReleases` already, when I remove a key in git repository, it does not get deleted in cluster. The...
I'm observing the same issue. We are running flagger 1.27 In the helm chart I've set following values: `selectorLabels: "app.kubernetes.io/name,app.kubernetes.io/instance"` On the initial deployment we have following labels: ``` spec:...
I'm getting the same issue. external-dns is constantly updating the record that is the same as route53 zone domain ``` version: v0.14.0 args: --metrics-address=:7979 --log-level=trace --log-format=text --domain-filter=xx.yy.zz --policy=sync --provider=aws --registry=txt...
After adding ignore to all ``` lifecycle { ignore_changes = all } ``` the diff is shown as below: ``` ~ resource "cloudflare_zero_trust_access_application" "test" { ~ aud = "dc7b25bfc7d0aa7dbc06406a910a3dc3b17b270025a66d9fa37c9115d9c040af" ->...
Same issue in 5.5.0
@oliver006 Sorry for the long delay, I've managed to reproduce it using below steps ``` kind create cluster helm install redis oci://registry-1.docker.io/bitnamicharts/redis-cluster -f values.yaml kubectl port-forward service/redis-redis-cluster-metrics 9121 curl 127.0.0.1:9121/metrics...
@oliver006 I'm not sure if you saw the post above. I don't have permission to reopen the issue.
I understand the consequences of removing `priorityClassName`. I'm confused regarding at which line should `$patch: delete` be: ``` diff --git a/clusters/my-cluster/flux-system/kustomization.yaml b/clusters/my-cluster/flux-system/kustomization.yaml index e2c4557..1cfdb6f 100644 --- a/clusters/my-cluster/flux-system/kustomization.yaml +++ b/clusters/my-cluster/flux-system/kustomization.yaml @@...
I've tried to refactor my patch but still no luck: ``` patches: - target: kind: Deployment name: "(kustomize-controller|helm-controller|source-controller)" patch: |- - op: remove path: /spec/template/spec/priorityClassName ``` In all cases of...