Update bootstrap-platform/jenkins/application.yaml
This commit is contained in:
parent
19cd4fd4dd
commit
4d2db9135a
|
|
@ -0,0 +1,39 @@
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
|
||||||
|
kind: Application
|
||||||
|
|
||||||
|
metadata:
|
||||||
|
name: jenkins
|
||||||
|
|
||||||
|
namespace: argocd
|
||||||
|
|
||||||
|
spec:
|
||||||
|
|
||||||
|
project: default
|
||||||
|
|
||||||
|
source:
|
||||||
|
|
||||||
|
repoURL: https://charts.jenkins.io
|
||||||
|
|
||||||
|
chart: jenkins
|
||||||
|
|
||||||
|
targetRevision: 5.8.101
|
||||||
|
|
||||||
|
helm:
|
||||||
|
|
||||||
|
valueFiles:
|
||||||
|
- values.yaml
|
||||||
|
|
||||||
|
destination:
|
||||||
|
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
|
||||||
|
namespace: jenkins
|
||||||
|
|
||||||
|
syncPolicy:
|
||||||
|
|
||||||
|
automated:
|
||||||
|
|
||||||
|
prune: true
|
||||||
|
|
||||||
|
selfHeal: true
|
||||||
Loading…
Reference in New Issue