Skip to content

Commit

Permalink
fixed the linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bpjain2004 committed Oct 22, 2024
1 parent c6258c4 commit 17c191f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/csm-replication/templates/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,9 @@ kind: ConfigMap
metadata:
name: dell-replication-controller-config
namespace: {{ .Release.Namespace }}
{{- $configMapName := "dell-replication-controller-config" -}}
{{- $namespace := .Release.Namespace -}}
{{- $secret := (lookup "v1" "ConfigMap" $namespace $configMapName).data -}}
{{- $configMapName := "dell-replication-controller-config" }}
{{- $namespace := .Release.Namespace }}
{{- $secret := (lookup "v1" "ConfigMap" $namespace $configMapName).data }}
{{ if $secret -}}
data:
{{- range $key, $value := $secret }}
Expand Down

0 comments on commit 17c191f

Please sign in to comment.