Added nginx-ingress app
This commit is contained in:
parent
341cc940f3
commit
69006b4c89
16
apps/templates/nginx-ingress.yaml
Normal file
16
apps/templates/nginx-ingress.yaml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: nginx-ingress
|
||||||
|
namespace: argocd
|
||||||
|
finalizers:
|
||||||
|
- resources-finalizer.argocd.argoproj.io
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
namespace: ingress
|
||||||
|
server: {{ .Values.spec.destination.server }}
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
path: nginx-ingress
|
||||||
|
repoURL: {{ .Values.spec.source.repoURL }}
|
||||||
|
targetRevision: {{ .Values.spec.source.targetRevision }}
|
||||||
Loading…
Reference in New Issue
Block a user