remove indent
This commit is contained in:
parent
4b23d4cffc
commit
2d5d38e47d
3 changed files with 11 additions and 11 deletions
|
@ -9,11 +9,11 @@ metadata:
|
|||
data:
|
||||
config: |
|
||||
{{- if .Values.instanceID.enabled }}
|
||||
{{- if .Values.instanceID.useReleaseName }}
|
||||
{{- if .Values.instanceID.useReleaseName }}
|
||||
instanceID: {{ .Release.Name }}
|
||||
{{- else }}
|
||||
{{- else }}
|
||||
instanceID: {{ .Values.instanceID.explicitID }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- if .Values.singleNamespace }}
|
||||
namespace: {{ .Values.namespace }}
|
||||
|
|
|
@ -9,11 +9,11 @@ metadata:
|
|||
data:
|
||||
config: |
|
||||
{{- if .Values.instanceID.enabled }}
|
||||
{{- if .Values.instanceID.useReleaseName }}
|
||||
{{- if .Values.instanceID.useReleaseName }}
|
||||
instanceID: {{ .Release.Name }}
|
||||
{{- else }}
|
||||
{{- else }}
|
||||
instanceID: {{ .Values.instanceID.explicitID }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- if .Values.singleNamespace }}
|
||||
namespace: {{ .Values.namespace }}
|
||||
|
|
|
@ -30,13 +30,13 @@ additionalServiceAccountRules:
|
|||
resources:
|
||||
- customresourcedefinitions
|
||||
|
||||
# `instanceID.enabled` configures the controllers to filter the requests
|
||||
# to only those which have a matching instanceID attribute.
|
||||
# NOTE: If `instanceID.enabled` is set to `true` then either `instanceID.userReleaseName`
|
||||
# or `instanceID.explicitID` must be defined.
|
||||
instanceID:
|
||||
# `instanceID.enabled` configures the controllers to filter the requests
|
||||
# to only those which have a matching instanceID attribute.
|
||||
enabled: false
|
||||
# useReleaseName: false
|
||||
# NOTE: If `instanceID.enabled` is set to `true` then either `instanceID.userReleaseName`
|
||||
# or `instanceID.explicitID` must be defined.
|
||||
# useReleaseName: true
|
||||
# explicitID: unique-argo-events-controller-identifier
|
||||
|
||||
# set `singleNamespace` to false to have the controllers
|
||||
|
|
Loading…
Reference in a new issue