9 lines
293 B
YAML
9 lines
293 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
bases:
|
|
- "https://github.com/flanksource/template-operator/releases/download/v0.7.1/operator.yml"
|
|
- git::https://github.com/strudelline-net/k8s-proxy-protocol-shim?ref=main
|
|
|
|
patchesStrategicMerge:
|
|
- template-operator-memory.yaml
|