diff --git a/bootstrap-platform/jenkins/application.yaml b/bootstrap-platform/jenkins/application.yaml index c51b7a7..be91f54 100644 --- a/bootstrap-platform/jenkins/application.yaml +++ b/bootstrap-platform/jenkins/application.yaml @@ -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 \ No newline at end of file