Adding helm to test configmap and intialization of peertube instance.

This commit is contained in:
Joseph Hanson 2023-11-06 07:54:57 -06:00
parent a38a997ae9
commit 3f1da8a48f
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -5,7 +5,15 @@ kind: Kustomization
namespace: fediverse
resources:
- ./externalsecret.yaml
# - ./helmrelease.yaml
- ./helmrelease.yaml
# - ./ingress.yaml
- ./postgresCluster.yaml
- ./pvc.yaml
configMapGenerator:
- name: peertube-configmap
files:
- config/production.yml
generatorOptions:
disableNameSuffixHash: true
annotations:
kustomize.toolkit.fluxcd.io/substitute: disabled