16 lines
322 B
YAML
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
|
|
|