try disable load restriction
This commit is contained in:
parent
e1f8a56f26
commit
f689e4ab9a
@ -2,4 +2,16 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ../base
|
- ../base
|
||||||
- nginx-temp.yml
|
- nginx-temp.yml
|
||||||
|
|
||||||
|
patches:
|
||||||
|
- target:
|
||||||
|
kind: Deployment
|
||||||
|
name: argocd-repo-server
|
||||||
|
namespace: argocd
|
||||||
|
patch: |-
|
||||||
|
- op: add
|
||||||
|
path: /spec/template/spec/containers/0/env/-
|
||||||
|
value:
|
||||||
|
name: ARGOCD_APP_SOURCE_PATH_RESTRICTION
|
||||||
|
value: repo
|
||||||
Loading…
x
Reference in New Issue
Block a user