File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11apiVersion : kustomize.config.k8s.io/v1beta1
22kind : Kustomization
33
4- bases :
5- - github.com/argoproj/argo-cd//manifests/ha/cluster-install?ref=release-1.2
6-
74patchesStrategicMerge :
85- ../common/patches/argocd-application-controller-deployment.yaml
96- ../common/patches/argocd-repo-server-deployment.yaml
@@ -15,6 +12,7 @@ patchesStrategicMerge:
1512- patches/argocd-repo-server.yaml
1613
1714resources :
15+ - github.com/argoproj/argo-cd//manifests/ha/cluster-install?ref=v1.3.0-rc1
1816- ../common/resources/argocd-namespace.yaml
1917- resources/argocd-server-ingress.yaml
2018# - ../common/resources/argocd-metrics-servicemonitor.yaml
Original file line number Diff line number Diff line change 2626 generate:
2727 command: [sh, -c]
2828 args: ["helm template . --kube-version v1.13 --name $ARGOCD_APP_NAME --namespace $ARGOCD_APP_NAMESPACE"]
29+
30+ kustomize.buildOptions : --load_restrictor none
You can’t perform that action at this time.
0 commit comments