autocommit
This commit is contained in:
parent
d47ca0df47
commit
ed8f450b53
@ -13,7 +13,7 @@ resources:
|
|||||||
- argocd-10.0.0.yaml
|
- argocd-10.0.0.yaml
|
||||||
- templates/virtualservice.yaml
|
- templates/virtualservice.yaml
|
||||||
- templates/namespace.yaml
|
- templates/namespace.yaml
|
||||||
# - templates/destinationrule.yaml
|
- templates/argocd-tls-certs-cm.yaml
|
||||||
|
|
||||||
patches:
|
patches:
|
||||||
- path: patches/argocd-cmd-params-cm.yaml
|
- path: patches/argocd-cmd-params-cm.yaml
|
||||||
7
helm/argocd/templates/argocd-tls-certs-cm.yaml
Normal file
7
helm/argocd/templates/argocd-tls-certs-cm.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: ConfigMap
|
||||||
|
metadata:
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/name: argocd-tls-certs-cm
|
||||||
|
app.kubernetes.io/part-of: argocd
|
||||||
|
name: argocd-tls-certs-cm
|
||||||
Loading…
x
Reference in New Issue
Block a user