Fernanda Martins

Results 12 comments of Fernanda Martins

I confirm this also happens for terraform v0.13.5 hashicorp/kubernetes v1.13.3

Having the same issue on 1.16.0 in multi document even with present: false

Hello, I am very interested in this feature. I tried to use pbcopy on **mac** doing like: `sh -c 'echo password | pbcopy'` It works perfectly in Terminal but when...

@1oglop1 Thanks for the reply! Do you have an example on how you did it?

Hello, thanks for taking the time to answer @i5Js however that didn't work for me. What config do you have on the app? I think I am missing something in...

Hello @i5Js Thanks again for the patience. I created with helm. Here it is - basically is the same I sent before with your ingress suggestion. ``` USER-SUPPLIED VALUES: admin:...

I have a pretty standard nginx. This is it's helm chart: ``` SER-SUPPLIED VALUES: commonLabels: component: ingress-controller part-of: ingress-controller controller: affinity: podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - key: component...

Hellom > mmm looks good, or like at least like mine. > > I miss this in the pihole's value > > ``` > - path: / > pathType: Prefix...

I solved it! The issue was: I had 2 replicas and no persistent volume so I guess it was running 2 independent instances of pihole and when it redirects to...

Hello, I did what was mentioned in this post and the dynamic inventory works fine. I removed all my pip pre-installed packages and ran: ``` ansible-galaxy collection install azure.azcollection &&...