From 5341ae80599320c26bc84f10a1afb000d5805922 Mon Sep 17 00:00:00 2001 From: NxPKG <116948796+NxPKG@users.noreply.github.com> Date: Sat, 9 Dec 2023 05:31:52 +0600 Subject: [PATCH] Rename postee-ui-secret.yaml to hooker-ui-secret.yaml Signed-off-by: NxPKG <116948796+NxPKG@users.noreply.github.com> --- .../templates/{postee-ui-secret.yaml => hooker-ui-secret.yaml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename deploy/helm/hooker/templates/{postee-ui-secret.yaml => hooker-ui-secret.yaml} (96%) diff --git a/deploy/helm/hooker/templates/postee-ui-secret.yaml b/deploy/helm/hooker/templates/hooker-ui-secret.yaml similarity index 96% rename from deploy/helm/hooker/templates/postee-ui-secret.yaml rename to deploy/helm/hooker/templates/hooker-ui-secret.yaml index a00f33c..f8811b6 100644 --- a/deploy/helm/hooker/templates/postee-ui-secret.yaml +++ b/deploy/helm/hooker/templates/hooker-ui-secret.yaml @@ -9,4 +9,4 @@ type: Opaque data: hooker-ui-user: {{ .Values.posteUi.user | b64enc | quote }} hooker-ui-password: {{ .Values.posteUi.pass | b64enc | quote }} -{{- end }} \ No newline at end of file +{{- end }}