try disable load restriction
This commit is contained in:
parent
e1f8a56f26
commit
f689e4ab9a
@ -3,3 +3,15 @@ kind: Kustomization
|
||||
resources:
|
||||
- ../base
|
||||
- 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