autocommit

This commit is contained in:
Linus Vogel 2026-07-14 22:31:43 +02:00
parent 2427c7b84b
commit add4dc3e0f
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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