autocommit
This commit is contained in:
parent
5d8072f4a9
commit
06aac44f79
@ -15,3 +15,5 @@ resources:
|
||||
- templates/namespace.yaml
|
||||
- templates/destinationrule.yaml
|
||||
|
||||
patches:
|
||||
- path: patches/argocd-cmd-params-cm.yaml
|
||||
7
helm/argocd/patches/argocd-cmd-params-cm.yaml
Normal file
7
helm/argocd/patches/argocd-cmd-params-cm.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: argocd-cmd-params-cm
|
||||
namespace: argocd
|
||||
data:
|
||||
server.insecure: "true"
|
||||
Loading…
x
Reference in New Issue
Block a user