1
0
Fork 0
home-stack-kustomize/kustomize/bases/gitea/kustomization.yaml

14 lines
280 B
YAML
Raw Normal View History

2020-05-01 22:08:35 +00:00
resources:
- gitea-deployment.yaml
2021-08-26 16:42:21 +00:00
- gitea-ingress.yaml
2020-05-01 22:08:35 +00:00
2021-08-26 16:42:21 +00:00
# secretGenerator:
2021-08-28 03:54:21 +00:00
# - name: postgres-credentials
2021-08-26 16:42:21 +00:00
# type: Opaque
# behavior: create
# literals:
# - host=172.18.1.2:5432
# - database=gitea
# - username=gitea
# - password=changeme