helm/pac-server/kustomization.yaml

13 lines
300 B
YAML
Raw Normal View History

2022-10-01 09:09:30 +00:00
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- deployment.yaml
- server.yaml
configMapGenerator:
- name: pac-config
files:
- config/proxy.pac
commonLabels:
app: pac-server