All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 1m15s
Change-Id: I2e2564a72b6be9af536235fc3795fd788fd9257b
15 lines
346 B
YAML
15 lines
346 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
# NOTE: Requires kustomize.buildOptions: --enable-helm in ArgoCD argocd-cm ConfigMap
|
|
helmCharts:
|
|
- name: haproxy-unified
|
|
repo: ../../kubernetes-manifests
|
|
releaseName: haproxy-unified
|
|
namespace: demo-apps
|
|
valuesFile: values.yaml
|
|
resources:
|
|
- k6-configmap.yaml
|
|
|
|
|