Graham Anderson
Graham Anderson
@rfftrifork I just came across this limitation, as a work around I deployed a simple Kyverno mutating policy: ``` apiVersion: kyverno.io/v1 kind: Policy metadata: name: argocd-dex-google-credentials namespace: argocd annotations: policies.kyverno.io/title:...
Hi @arschles deprecated `extensions/v1beta1` for Deployment kind was removed in 1.16, `apps/v1` is available since 1.9 so I believe that satisfies the minimum 1.10 supported version - documented here: https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/
This is so cool, thanks so much for this. To date we've been managing this ourselves with sidecars and/or mutating Kyverno policies, this will make life so much easier. >...