summaryrefslogtreecommitdiff
path: root/data.d/k3s-master/manifests.d/tyilnet/cicd-system/argo-workflows/helm-chart.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'data.d/k3s-master/manifests.d/tyilnet/cicd-system/argo-workflows/helm-chart.yaml')
-rw-r--r--data.d/k3s-master/manifests.d/tyilnet/cicd-system/argo-workflows/helm-chart.yaml64
1 files changed, 0 insertions, 64 deletions
diff --git a/data.d/k3s-master/manifests.d/tyilnet/cicd-system/argo-workflows/helm-chart.yaml b/data.d/k3s-master/manifests.d/tyilnet/cicd-system/argo-workflows/helm-chart.yaml
deleted file mode 100644
index 7978820..0000000
--- a/data.d/k3s-master/manifests.d/tyilnet/cicd-system/argo-workflows/helm-chart.yaml
+++ /dev/null
@@ -1,64 +0,0 @@
----
-apiVersion: helm.cattle.io/v1
-kind: HelmChart
-metadata:
- name: argo-workflows
- namespace: cicd-system
-spec:
- repo: https://argoproj.github.io/argo-helm
- chart: argo-workflows
- valuesContent: |-
- artifactRepository:
- archiveLogs: true
- s3:
- bucket: argo
- endpoint: 10.57.101.1:3900
- insecure: true
- accessKeySecret:
- name: credentials
- key: garageAccessKey
- secretKeySecret:
- name: credentials
- key: garageSecretKey
- controller:
- persistence:
- archive: true
- postgresql:
- host: 10.57.101.20
- port: 5432
- database: argo
- tableName: argo_workflows
- userNameSecret:
- name: credentials
- key: postgresqlUsername
- passwordSecret:
- name: credentials
- key: postgresqlPassword
- workflowDefaults:
- spec:
- entrypoint: main
- serviceAccountName: "argo-runner"
- ttlStrategy:
- secondsAfterCompletion: 300
- podGC:
- strategy: null
- singleNamespace: true
- server:
- extraArgs:
- - "--auth-mode=server"
- ingress:
- enabled: false
- ingressClassName: traefik
- annotations:
- cert-manager.io/cluster-issuer: "letsencrypt-production"
- traefik.ingress.kubernetes.io/router.middlewares: kube-system-redirect-https@kubernetescrd
- tls:
- - secretName: tls-nl.tyil.ci
- hosts:
- - ci.tyil.nl
- hosts:
- - ci.tyil.nl
- workflow:
- serviceAccount:
- create: true
-...