Alan Hollis

Results 40 comments of Alan Hollis

I am curious to know the answer here too. I can't work out how the flux-system/kustomization file is applied. Updating the gotk-components directly for the cluster doesn't directly "apply" them...

We've just experienced the same issue, no changes to the RBAC for the cluster, and none of the helmreleases define a service account name. Very strange.

I'm not sure if this is cause/correlation but someone with some more experience might enlighten me. I restarted the helm controller as suggested by others here, and then we noticed...

https://github.com/aws/amazon-vpc-cni-k8s/issues/1868#issuecomment-1126344830 We've also experienced this and it caused much confusion for a while.

I *think* this does actually work. I have a base yaml file with no encrypted data in it. I then patch that with a patechesStrategicMerge with sops encrypted values (...

Yep. In that case I have to overwrite all the encrypted props but unencrypted stuff overlays fine. Ty for clarification

I knocked up a proof of concept around this and it's relatively trivial to implement. The sticking point is how to get the configuration into the provider. At the moment...

@stefanprodan do you have any thoughts on the above? The crux of the problem is we need some way to pass bespoke configuration to a provider. My thoughts are that...

Would that mean the flux project isn't open to `ConfigurationRef` style solution ( and that's a perfectly acceptable response ) to satisfy the relabelling feature? My ( and I never...

> We [copy the event metadata to the alertmanager labels](https://github.com/fluxcd/notification-controller/blob/main/internal/notifier/alertmanager.go#L71), based on this we could inject the `Alert.metadata.labels` into the event before it gets sent to the provider. While this...