Update bootstrap-platform/jenkins/application.yaml
This commit is contained in:
parent
70fd734b67
commit
8943a6bd81
|
|
@ -1,39 +1,24 @@
|
|||
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