summaryrefslogtreecommitdiff
path: root/data.d/k3s-master/manifests.d/tyilnet/cicd-system/argo-workflows/helm-chart.yaml
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-10-27 13:17:33 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-10-27 13:17:59 +0200
commit8a4534846f40e85f3641859905f9117e4ade42c0 (patch)
tree048c95e8ec710cb6a9e44f0f3c8d71a280e05d91 /data.d/k3s-master/manifests.d/tyilnet/cicd-system/argo-workflows/helm-chart.yaml
parent1eff80756b72becd0eabbde85d4a5063013b9657 (diff)
Update cicd-system manifests
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.yaml16
1 files changed, 8 insertions, 8 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
index b7a7400..7978820 100644
--- 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
@@ -15,11 +15,11 @@ spec:
endpoint: 10.57.101.1:3900
insecure: true
accessKeySecret:
- name: garage-creds-argo
- key: accessKey
+ name: credentials
+ key: garageAccessKey
secretKeySecret:
- name: garage-creds-argo
- key: secretKey
+ name: credentials
+ key: garageSecretKey
controller:
persistence:
archive: true
@@ -29,11 +29,11 @@ spec:
database: argo
tableName: argo_workflows
userNameSecret:
- name: postgresql-creds-argo
- key: username
+ name: credentials
+ key: postgresqlUsername
passwordSecret:
- name: postgresql-creds-argo
- key: password
+ name: credentials
+ key: postgresqlPassword
workflowDefaults:
spec:
entrypoint: main