Replacing a1-python with a1-go implementation
[ric-plt/a1.git] / integration_tests / a1mediator / templates / helper.yaml
diff --git a/integration_tests/a1mediator/templates/helper.yaml b/integration_tests/a1mediator/templates/helper.yaml
deleted file mode 100644 (file)
index c036840..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-{{- define "imagePullSecret" }}
-{{- printf "{\"auths\": {\"%s\": {\"auth\": \"%s\"}}}" .Values.imageCredentials.registry (printf "%s:%s" .Values.imageCredentials.username .Values.imageCredentials.password | b64enc) | b64enc }}
-{{- end }}