add argocd helm

This commit is contained in:
Victor Barba Martin 2021-11-16 17:15:36 +01:00
parent 280ec4d04a
commit 3275393a8b
3 changed files with 10 additions and 2 deletions

View File

@ -0,0 +1,7 @@
apiVersion: v2
name: argocd
version: '1.0'
dependencies:
- name: argo-cd
version: "2.1.5"
repository: "https://argoproj.github.io/argo-helm"

View File

@ -14,7 +14,7 @@ metadata:
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
spec:
rules:
- host: example.com
- host: {{ .Values.hostname}}
http:
paths:
- path: /
@ -26,5 +26,5 @@ spec:
name: https
tls:
- hosts:
- example.com
- {{ .Values.hostname}}
secretName: argocd-secret # do not change, this is provided by Argo CD

View File

@ -0,0 +1 @@
hostname: "argocd.staging.video.jamkazam.com"