Some checks failed
CI Pipeline / Build and Test (push) Successful in 4s
Security Scanning / Trivy — Filesystem & Dependency Scan (push) Failing after 7s
Security Scanning / Gitleaks — Secret Scan (push) Failing after 7s
Security Scanning / Security Summary (push) Failing after 3s
Build and Publish TechDocs / build-and-publish (push) Successful in 1m2s
Change-Id: I8e318861a258686ddc53dda08858f74c573a6520
17 lines
314 B
YAML
17 lines
314 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
# NOTE: Requires kustomize.buildOptions: --enable-helm in ArgoCD argocd-cm ConfigMap
|
|
helmGlobals:
|
|
chartHome: ../../
|
|
helmCharts:
|
|
- name: chart
|
|
releaseName: otel-demo
|
|
namespace: demo-apps
|
|
resources:
|
|
- k6-configmap.yaml
|
|
|
|
- ../ingress
|
|
|
|
|