autocommit
This commit is contained in:
parent
2427c7b84b
commit
add4dc3e0f
@ -1,7 +1,7 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: argo-cd
|
||||
name: argocd
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
name: argocd
|
||||
name: argo-cd
|
||||
version: 0.1.0
|
||||
dependencies:
|
||||
- name: argo-cd
|
||||
|
||||
@ -12,6 +12,6 @@ spec:
|
||||
- name: "argocd-route"
|
||||
route:
|
||||
- destination:
|
||||
host: argo-cd-server.argocd.svc.cluster.local
|
||||
host: argod-server.argocd.svc.cluster.local
|
||||
port:
|
||||
number: 80
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
##
|
||||
|
||||
# -- Provide a name in place of `argocd`
|
||||
nameOverride: ""
|
||||
nameOverride: "argocd"
|
||||
# -- String to fully override `"argo-cd.fullname"`
|
||||
fullnameOverride: ""
|
||||
# -- Override the namespace
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user