File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ apiVersion : v2
2+ name : mtv-operator
3+ description : Helm chart for deploying Migration Toolkit for Virtualization (MTV) on OpenShift
4+ type : application
5+ version : 0.1.0
6+ appVersion : " 2.7"
7+ dependencies :
8+ - name : helper-status-checker
9+ version : 4.4.3
10+ repository : https://rosa-hcp-dedicated-vpc.github.io/helm-repository/
11+ condition : helper-status-checker.enabled
12+ home : https://rh-mobb.github.io/validated-pattern-helm-charts/
13+ maintainers :
14+ - name : rh-mobb
Original file line number Diff line number Diff line change 1+ {{- if .Values.forkliftController.enabled }}
2+ apiVersion : forklift.konveyor.io/v1beta1
3+ kind : ForkliftController
4+ metadata :
5+ name : {{ .Values.forkliftController.name }}
6+ namespace : {{ .Values.namespace }}
7+ annotations :
8+ argocd.argoproj.io/sync-wave : {{ .Values.forkliftController.syncWave | default "5" | quote }}
9+ argocd.argoproj.io/sync-options : SkipDryRunOnMissingResource=true,Validate=false
10+ spec : {}
11+ {{- end }}
Original file line number Diff line number Diff line change 1+ apiVersion : v1
2+ kind : Namespace
3+ metadata :
4+ name : {{ .Values.namespace }}
5+ annotations :
6+ argocd.argoproj.io/sync-wave : " -1"
7+ labels :
8+ openshift.io/cluster-monitoring : " true"
Original file line number Diff line number Diff line change 1+ {{- if .Values.operatorGroup.create }}
2+ apiVersion : operators.coreos.com/v1
3+ kind : OperatorGroup
4+ metadata :
5+ name : {{ .Values.operatorGroup.name | default .Values.subscription.name }}
6+ namespace : {{ .Values.namespace }}
7+ annotations :
8+ argocd.argoproj.io/sync-wave : " 0"
9+ spec :
10+ targetNamespaces :
11+ - {{ .Values.namespace }}
12+ upgradeStrategy : Default
13+ {{- end }}
Original file line number Diff line number Diff line change 1+ apiVersion : operators.coreos.com/v1alpha1
2+ kind : Subscription
3+ metadata :
4+ name : {{ .Values.subscription.name }}
5+ namespace : {{ .Values.namespace }}
6+ annotations :
7+ argocd.argoproj.io/sync-wave : " 0"
8+ argocd.argoproj.io/sync-options : SkipDryRunOnMissingResource=true
9+ spec :
10+ channel : {{ .Values.subscription.channel }}
11+ installPlanApproval : {{ .Values.subscription.installPlanApproval }}
12+ name : {{ .Values.subscription.name }}
13+ source : {{ .Values.subscription.source }}
14+ sourceNamespace : {{ .Values.subscription.sourceNamespace }}
15+ {{- if .Values.subscription.startingCSV }}
16+ startingCSV : {{ .Values.subscription.startingCSV }}
17+ {{- end }}
Original file line number Diff line number Diff line change 1+ namespace : openshift-mtv
2+
3+ subscription :
4+ name : mtv-operator
5+ channel : release-v2.7
6+ installPlanApproval : Manual
7+ source : redhat-operators
8+ sourceNamespace : openshift-marketplace
9+ startingCSV : " "
10+
11+ operatorGroup :
12+ create : true
13+ name : mtv-operator-group
14+
15+ forkliftController :
16+ enabled : true
17+ name : mtv
18+ syncWave : 5
19+
20+ helper-status-checker :
21+ enabled : true
22+ approver : true
23+ checks :
24+ - operatorName : mtv-operator
25+ subscriptionName : mtv-operator
26+ namespace :
27+ name : openshift-mtv
28+ sleeptimer : 10
29+ maxretries : 60
30+ serviceAccount :
31+ name : " mtv-status-checker"
You can’t perform that action at this time.
0 commit comments