Files
applications/hedgedoc/kustomization.yaml
ytshih 96b725e54e
All checks were successful
Lint yaml / build-package (push) Successful in 3s
Feat(hedgedoc): add hedgedoc
2024-12-05 09:45:06 +00:00

23 lines
347 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: hedgedoc
labels:
- pairs:
app: hedgedoc
generatorOptions:
disableNameSuffixHash: true
resources:
- namespace.yaml
- deploy.yaml
- service.yaml
- ingress.yaml
configMapGenerator:
- name: hedgedoc
files:
- config.json
- rootca.pem