fix value for helm template

This commit is contained in:
Alexandr Semak
2019-10-22 06:43:19 -04:00
committed by GitHub
parent 225427cec1
commit f89c321a50
@@ -26,7 +26,7 @@ rules:
- list
- get
- watch
{{- if or (.Capabilities.APIVersions.Has "apps.openshift.io/v1") (.Values.isOpenshift) }}
{{- if or (.Capabilities.APIVersions.Has "apps.openshift.io/v1") (.Values.reloader.isOpenshift) }}
- apiGroups:
- "apps.openshift.io"
- ""