G1
G1
@rumstead Are you talking about overriding to `spec.source.helm.parameters` in `ApplicationSet`? But I don't think that's the fundamental answer if it's not using UI.
@crenshaw-dev It still doesn't work. I'm using the ArgoCD 2.9.0 version and even though CRD is up to date, there's no change when I change Helm Parameters in UI, so...
  @crenshaw-dev @ishitasequeira After upgrading to version 2.9.3, I tried to override a certain helm parameter, but it seemed to be changing and was restored to its original state....
@zeritti It works! Thanks for your help 😄
Some of them still have long names...
AWS EFS access points have a limit of 100 characters for the full path, as described here https://docs.aws.amazon.com/efs/latest/ug/efs-access-points.html#enforce-root-directory-access-point But already unique id occupies 36 characters, so we have to track...
Aside from such issues, it certainly seems problematic that Prometheus is repeated in the currently generated PVC naming.
https://github.com/kbrgl/svelte-french-toast/blob/2dd9abc205fe7e161802593e03b680350b237184/src/lib/components/ToastWrapper.svelte#L47-L53 It appears that the assignment of the `background` attribute is missing. @kbrgl
https://github.com/kbrgl/svelte-french-toast/pull/48 According to this PR, it seems that the props property should be used, but it seems that it hasn't been released yet?
I checked again and it's working fine 😅 ```javascript toast("TEST", { icon: "👏", style: "color: #fff; background-color: #333; font-size: 20px;", }); ```