Peter Fiddes

Results 142 comments of Peter Fiddes

Hey @lukaszraczylo thank you for taking the time to submit a PR here. Could you just explain the motive for this, is it purely a syntax / tidy up of...

Thanks for the input on this issues. There are some other considerations and difference with helm that we have documented [here](https://cert-manager.io/docs/installation/helm/#helm-installation). tl;dr our CRDs can change and we want them...

@f-bn, thank you for the example. I am completely new to flux so that's helpful. For cert-manager, we do publish the YAML CRDs in git [here](https://github.com/cert-manager/cert-manager/tree/master/deploy/crds): `https://github.com/cert-manager/cert-manager/tree/master/deploy/crds`. So could you...

Thank you I forgot those had variables in them :facepalm:. I remember now we didn't used to have a plain YAML file for CRDs, but I think we might now....

Thank you everyone for all the input here! I have a desire to have the CRDs in their own chart (option 4). Given that this topic is about whether to...

@rileykarson - I had a read through of that issue, but perhaps someone could explain it layman's terms? My rough interpretation is that going forwards in the provider that you...

👍 for speedy reply. I have uploaded debug logs [here](https://gist.github.com/hawksight/4800ca62376163d878940f849359803a) incase they point out something. (encrypted with hashicorp key) It looks to be getting the right response back from google...

So I've worked out that at least in my instance, the issue seems not to be build time as it will build fresh as desired even if the plan doesn't...

I bit the bullet and moved one of my projects to use my 0.12 updated code. Unfortunately I don't seem to be able apply again in my case, as suggested...

Actually think I have resolved my issue after some poking around. ## tl;dr Issue was passing the results of a data lookup (on the k8s cluster) as an output in...