perezjasonr

Results 32 comments of perezjasonr

absolutely +1 this issue, the values file in a chart should be default values for the chart itself. Being able to reference a git repo just for values separate from...

ive created an enhancement request just for having a separate values file git repo. https://github.com/argoproj/argo-cd/issues/5826

ok so i got this to work by taking the original chart and including it, then putting kustomize and its patch yaml alongside it. this example looks like it references...

Hello. Any status update on this? I just learned about the enable_idempotence_config option and this seems too good not to have.

> I have the same issue and I figure it out. My es account permission doesn't have permission "monitor", so the Elasticsearch client of jaeger sends a `HEAD /` request...

im getting something similar as well see #1655 operator says: ``` time="2021-12-08T18:42:02Z" level=info msg="The service account running this operator does not have the role 'system:auth-delegator', consider granting it for additional...

As an update, i only seem to be having this issue with kustomize. That attempt to "GET" seems to be at the root of the issue. I was able to...

I'm running into this issue as well, with clusterRole false ``` rbac: # Specifies whether RBAC resources should be created create: true clusterRole: false ``` even with clusterRole false, its...

it looks like it made a role and put namespaces anyways: ``` apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: ... ... - apiGroups: - "" resources: - namespaces verbs: - get -...

Any updates on this? I think having a helm chart for notary would be great, im actually surprised it didnt already exist, which is how i found this open issue.