Skip to content

Commit e78b232

Browse files
author
Martin Jackson
committed
Add global.secretsLoader key for disabled check
1 parent 5183fd8 commit e78b232

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A Helm chart to create per-clustergroup ArgoCD applications and any
33
keywords:
44
- pattern
55
name: clustergroup
6-
version: 0.9.18
6+
version: 0.9.19
77
home: https://github.com/validatedpatterns/clustergroup-chart
88
maintainers:
99
- name: Validated Patterns Team

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# clustergroup
22

3-
![Version: 0.9.18](https://img.shields.io/badge/Version-0.9.18-informational?style=flat-square)
3+
![Version: 0.9.19](https://img.shields.io/badge/Version-0.9.19-informational?style=flat-square)
44

55
A Helm chart to create per-clustergroup ArgoCD applications and any required namespaces or subscriptions.
66

@@ -61,6 +61,7 @@ This chart is used to set up the basic building blocks in [Validated Patterns](h
6161
| global.options.syncPolicy | string | `"Automatic"` | This defines the global syncpolicy. If set to "Manual", no syncPolicy object will be set, if set to "Automatic" syncPolicy will be set to {automated: {}, retry: { limit: global.options.applicationRetryLimit }}, if set to an object it will be passed directly to the syncPolicy field of the application. Each application can override this |
6262
| global.options.useCSV | bool | `true` | |
6363
| global.pattern | string | `"common"` | |
64+
| global.secretLoader.disabled | bool | `false` | |
6465
| global.secretStore.backend | string | `"vault"` | |
6566
| global.targetRevision | string | `"main"` | |
6667
| secretStore.kind | string | `"ClusterSecretStore"` | |

values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
global:
22
extraValueFiles: []
33
pattern: common
4+
secretLoader:
5+
disabled: false
46
secretStore:
57
backend: "vault"
68
targetRevision: main

0 commit comments

Comments
 (0)