argo/apps/gethomepage/base/kustomization.yaml
2024-05-08 01:10:36 -04:00

15 lines
265 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- configmap.yaml
- deployment.yaml
- ingress.yaml
- rbac.yaml
- sa.yaml
- secret.yaml
- service.yaml
secretGenerator:
- name: basic-auth
files:
- auth=auth.passwd