Files
homelab/k8s/apps/stirling-pdf/kustomization.yaml
A B 7e2523c123
All checks were successful
Check with kubeconform / lint (push) Successful in 16s
Added stirling-pdf
2025-05-27 11:58:43 +00:00

16 lines
322 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- app.yaml
helmCharts:
- name: stirling-pdf-chart
repo: https://stirling-tools.github.io/Stirling-PDF-chart
version: 1.10.0
releaseName: stirling-pdf
namespace: stirling-pdf
valuesFile: values.yaml
includeCRDs: true