Chris Burns
Chris Burns
I will have to look at how to deploy it via Kubernetes manifests first. Once I become familiar with it, I'll try and see if I can put it into...
Great news! Am currently on holiday but can contribute to this when I'm back. I've done some stuff around feature flagging Postgres databases so even if we did offer it...
@jabbors Did you have the Helm installation for Harbor at hand. As far as I'm aware I've got the correct Istio gateway yamls and Virtual Services but am still unsure...
>I deployed harbor with helm (chart version 1.7.5) with Istio mTLS enabled and it worked right away. Mainly the config for that you used to get Harbor working with mTLS....
I guess the added value is that it ensures images are signed, and you can somewhat verify that only signed images are deployed to Kubernetes - I guess it's that...
For reference. Here are my `Gateway` and `VirtualService` yaml ## Gateway ```yaml --- apiVersion: networking.istio.io/v1alpha3 kind: Gateway metadata: name: istio-gateway namespace: istio-system spec: selector: istio: gateway # use Istio default...
This would help me in my case also. Currently, I want to be able to share values between composition resources, and currently some values are output into a connection secret,...
Going going through some of the issues on my list, @pjbgf @stefanprodan following on from the above, is it something that we can do regarding adding the `spec.SignedTagsOnly` option to...
Closing as lack of interest from owner of repository.
Yep I still do - although its been a while. I'll have to refresh my memory on how I do it :+1: