Helm chart for deploying Peertube on kubernetes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
139 B

  1. apiVersion: v1
  2. kind: ConfigMap
  3. metadata:
  4. name: peertube-init
  5. data:
  6. {{- (.Files.Glob "scripts/peertube-init.sh").AsConfig | nindent 2 }}