Browse Source

fix(helm): remove git merge pointers (#3467)

The Helm function helper file contains a couple of merge pointers from #3420.

Signed-off-by: Gaston Festari <cilindrox@gmail.com>
Gaston Festari 1 year ago
parent
commit
e7dc3a7cb6
1 changed files with 2 additions and 5 deletions
  1. 2 5
      deploy/charts/external-secrets/templates/_helpers.tpl

+ 2 - 5
deploy/charts/external-secrets/templates/_helpers.tpl

@@ -155,8 +155,6 @@ Determine the image to use, including if using a flavour.
 {{- end }}
 {{- end }}
 
-<<<<<<< HEAD
-
 {{/*
 Renders a complete tree, even values that contains template.
 */}}
@@ -167,8 +165,8 @@ Renders a complete tree, even values that contains template.
     {{- tpl (.value | toYaml) .context }}
   {{- end }}
 {{- end -}}
-=======
-{{/* 
+
+{{/*
 Return true if the OpenShift is the detected platform
 Usage:
 {{- include "external-secrets.isOpenShift" . -}}
@@ -198,4 +196,3 @@ Render the securityContext based on the provided securityContext
 {{- end -}}
 {{- omit $adaptedContext "enabled" | toYaml -}}
 {{- end -}}
->>>>>>> 2218c78b (Methods for managing securityContext and OpenShift support)