Alexander Backlund

Results 7 comments of Alexander Backlund

I think that the cluster resource expects the certificate to be in PEM format but the output you are supplying is a base64 encoded PEM certificate. Rather than `tostring (data.aws_eks_cluster.destination_cluster.certificate_authority[0].data)`,...

I also have my local fork where I have played around with the metadata support. @oboukili What is the general approach here for adding functionality only available in upcoming argo-cd...

@jsfpdn Your branch is in the best state for a pull request since you actually updated the documentation and stuff. Would you like to open a pull request? Once its...

That is why I asked @oboukili if pull requests would be accepted before the stable release is out. I think it would be nice to get a head start here...

I'm successfully using harbor behind a proxy using the proxy settings built in to this chart: https://github.com/goharbor/harbor-helm/blob/master/values.yaml#L349. Using it to fetch images from dockerhub, quay and gcr all through proxy....

This is an interesting issue. Exec;ed into one of my core pods to verify and there are no lower case environment variables. ```console $ export | grep -i proxy declare...

Would like to contribute to getting this solved as flux has been great for my use cases until I now need to manage a CRD with a conversion webhook and...