Skip to content

Commit 75917de

Browse files
committed
WIP: arg fixes, certManager, opcon
Signed-off-by: Todd Short <[email protected]>
1 parent 76404f9 commit 75917de

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

helm/olmv1/templates/29-deployment-olmv1-system-catalogd-controller-manager.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,11 @@ spec:
6060
{{- if .Values.features.apiV1MetasHandler.enabled }}
6161
- --feature-gates=APIV1MetasHandler=true
6262
{{- end }}
63+
{{- if .Values.components.certManager.enabled }}
6364
- --tls-cert=/var/certs/tls.crt
6465
- --tls-key=/var/certs/tls.key
6566
- --pull-cas-dir=/var/ca-certs
67+
{{- end }}
6668
{{- with .Values.components.catalogd.deployment.podArguments }}
6769
{{- toYaml . | nindent 12 }}
6870
{{- end }}

helm/olmv1/templates/30-deployment-olmv1-system-operator-controller-controller-manager.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,13 @@ spec:
6868
{{- if .Values.features.helmChartSupport.enabled }}
6969
- --feature-gates=HelmChartSupport=true
7070
{{- end }}
71+
{{- if .Values.components.certManager.enabled }}
7172
- --catalogd-cas-dir=/var/certs
7273
- --pull-cas-dir=/var/certs
7374
- --tls-cert=/var/certs/tls.cert
7475
- --tls-key=/var/certs/tls.key
75-
{{- with .Values.components.catalogd.podArguments }}
76+
{{- end }}
77+
{{- with .Values.components.operatorController.deployment.podArguments }}
7678
{{- toYamlPretty . | nindent 12 }}
7779
{{- end }}
7880
command:

0 commit comments

Comments
 (0)