Adding helm to test configmap and intialization of peertube instance.
This commit is contained in:
parent
a38a997ae9
commit
3f1da8a48f
1 changed files with 9 additions and 1 deletions
|
@ -5,7 +5,15 @@ kind: Kustomization
|
||||||
namespace: fediverse
|
namespace: fediverse
|
||||||
resources:
|
resources:
|
||||||
- ./externalsecret.yaml
|
- ./externalsecret.yaml
|
||||||
# - ./helmrelease.yaml
|
- ./helmrelease.yaml
|
||||||
# - ./ingress.yaml
|
# - ./ingress.yaml
|
||||||
- ./postgresCluster.yaml
|
- ./postgresCluster.yaml
|
||||||
- ./pvc.yaml
|
- ./pvc.yaml
|
||||||
|
configMapGenerator:
|
||||||
|
- name: peertube-configmap
|
||||||
|
files:
|
||||||
|
- config/production.yml
|
||||||
|
generatorOptions:
|
||||||
|
disableNameSuffixHash: true
|
||||||
|
annotations:
|
||||||
|
kustomize.toolkit.fluxcd.io/substitute: disabled
|
||||||
|
|
Reference in a new issue