Skip to content

Commit 7b239ca

Browse files
authored
Merge pull request #59 from rh-mobb/foster/acm-stuff
added acm spoke hub clusters
2 parents 3b0e08b + cd76f8d commit 7b239ca

3 files changed

Lines changed: 29 additions & 1 deletion

File tree

charts/servicemesh-operator-ambient/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: servicemesh-operator-ambient
33
description: Helm chart for deploying Red Hat OpenShift Service Mesh 3 Operator
44
icon: https://raw.githubusercontent.com/openshift/console/master/frontend/public/imgs/logos/openshift.svg
55
type: application
6-
version: 1.2.0
6+
version: 1.3.0
77
appVersion: "3.0"
88
dependencies:
99
- name: helper-status-checker
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{{- if .Values.kiali.enabled }}
2+
apiVersion: operators.coreos.com/v1alpha1
3+
kind: Subscription
4+
metadata:
5+
name: kiali-ossm
6+
namespace: {{ .Values.namespace }}
7+
annotations:
8+
argocd.argoproj.io/sync-wave: "0"
9+
spec:
10+
channel: stable
11+
installPlanApproval: Manual
12+
name: kiali-ossm
13+
source: redhat-operators
14+
sourceNamespace: openshift-marketplace
15+
{{- if .Values.kiali.startingCSV }}
16+
startingCSV: {{ .Values.kiali.startingCSV }}
17+
{{- end }}
18+
{{- end }}

charts/servicemesh-operator-ambient/values.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ subscription:
1111
operatorGroup:
1212
create: false
1313

14+
kiali:
15+
enabled: false
16+
startingCSV: ""
17+
1418
ambient:
1519
enabled: true
1620
version: v1.27-latest
@@ -37,3 +41,9 @@ helper-status-checker:
3741
name: openshift-operators
3842
serviceAccount:
3943
name: "servicemesh-install-check"
44+
- operatorName: kiali-operator
45+
subscriptionName: kiali-ossm
46+
namespace:
47+
name: openshift-operators
48+
serviceAccount:
49+
name: "kiali-install-check"

0 commit comments

Comments
 (0)