Skip to content

Commit 8bb7aad

Browse files
committed
Add overrides for ocp 4.20 with downstream-eso
Note that we cannot use the sharedValueFiles field. This does not work on the clusterwise ardocd instance on the spokes. This is because the helm template resolution happens on the hub and so it won't reflect the values on the spokes.
1 parent 86551c3 commit 8bb7aad

File tree

4 files changed

+47
-1
lines changed

4 files changed

+47
-1
lines changed

charts/all/config-demo/templates/config-demo-external-secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
apiVersion: "external-secrets.io/v1beta1"
2+
apiVersion: {{ .Values.esoversion }}
33
kind: ExternalSecret
44
metadata:
55
name: config-demo-secret

charts/all/config-demo/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ secretStore:
33
name: vault-backend
44
kind: ClusterSecretStore
55

6+
esoversion: "external-secrets.io/v1beta1"
67
configdemosecret:
78
key: secret/data/global/config-demo
89

values-4.20-group-one.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
esoversion: "external-secrets.io/v1"
2+
3+
clusterGroup:
4+
namespaces:
5+
golang-external-secrets: null
6+
external-secrets-operator:
7+
operatorGroup: true
8+
targetNamespaces: []
9+
external-secrets:
10+
subscriptions:
11+
eso:
12+
name: openshift-external-secrets-operator
13+
namespace: external-secrets-operator
14+
channel: stable-v1
15+
applications:
16+
golang-external-secrets: null
17+
openshift-external-secrets:
18+
name: openshift-external-secrets
19+
namespace: external-secrets
20+
argoProject: eso
21+
chart: openshift-external-secrets
22+
chartVersion: 0.0.*
23+

values-4.20-hub.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
esoversion: "external-secrets.io/v1"
2+
3+
clusterGroup:
4+
namespaces:
5+
golang-external-secrets: null
6+
external-secrets-operator:
7+
operatorGroup: true
8+
targetNamespaces: []
9+
external-secrets:
10+
subscriptions:
11+
eso:
12+
name: openshift-external-secrets-operator
13+
namespace: external-secrets-operator
14+
channel: stable-v1
15+
applications:
16+
golang-external-secrets: null
17+
openshift-external-secrets:
18+
name: openshift-external-secrets
19+
namespace: external-secrets
20+
argoProject: hub
21+
chart: openshift-external-secrets
22+
chartVersion: 0.0.*

0 commit comments

Comments
 (0)