14 lines
281 B
YAML
14 lines
281 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
helmCharts:
|
|
- name: tenant
|
|
version: 0.3.4
|
|
repo: https://gnunn-gitops.github.io/helm-charts
|
|
valuesFile: values.yaml
|
|
namespace: gitops
|
|
releaseName: product-catalog
|
|
|
|
resources:
|
|
- analysis-auth-monitoring.yaml
|