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