diff --git a/template-operator/kustomization.yaml b/template-operator/kustomization.yaml index e26ed92..2d4de99 100644 --- a/template-operator/kustomization.yaml +++ b/template-operator/kustomization.yaml @@ -1,4 +1,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization bases: -- https://github.com/flanksource/template-operator/releases/download/v0.7.1/operator.yml +- "https://github.com/flanksource/template-operator/releases/download/v0.7.1/operator.yml" +- https://raw.githubusercontent.com/strudelline-net/k8s-proxy-protocol-shim/main/crd.yaml +- https://raw.githubusercontent.com/strudelline-net/k8s-proxy-protocol-shim/main/template.yaml