This repository has been archived on 2024-02-11. You can view files and clone it, but cannot push or open issues or pull requests.
valinor/archive/fediverse/peertube/app/kustomization.yaml

19 lines
471 B
YAML
Raw Normal View History

2023-10-26 11:35:05 -05:00
---
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: fediverse
resources:
2023-11-01 16:23:04 -05:00
- ./externalsecret.yaml
2023-11-06 08:03:57 -06:00
- ./helmrelease.yaml
2023-11-01 16:23:04 -05:00
# - ./ingress.yaml
- ./pvc.yaml
configMapGenerator:
- name: peertube-configmap
files:
- config/production.yml
generatorOptions:
disableNameSuffixHash: true
annotations:
kustomize.toolkit.fluxcd.io/substitute: disabled