initial commit
Some checks failed
Build and Publish TechDocs / build-and-publish (push) Has been cancelled
Some checks failed
Build and Publish TechDocs / build-and-publish (push) Has been cancelled
Change-Id: I084fc528d931f9169bcb2a11932b2d5ddd4f29b5
This commit is contained in:
16
overlays/deploy/kustomization.yaml
Normal file
16
overlays/deploy/kustomization.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
# NOTE: Requires kustomize.buildOptions: --enable-helm in ArgoCD argocd-cm ConfigMap
|
||||
helmCharts:
|
||||
- name: lint-enforcement-v1
|
||||
repo: ../../kubernetes-manifests
|
||||
releaseName: lint-enforcement-v1
|
||||
namespace: demo-apps
|
||||
valuesFile: values.yaml
|
||||
resources:
|
||||
- k6-configmap.yaml
|
||||
|
||||
- ../ingress
|
||||
|
||||
|
||||
Reference in New Issue
Block a user