From 41bc855808d19d1c60754d79ad087245d595f891 Mon Sep 17 00:00:00 2001 From: Richard Simpson Date: Tue, 25 Aug 2020 16:12:12 -0500 Subject: [PATCH] remove unnecessary protocol --- charts/argocd-notifications/templates/bots/slack/deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/argocd-notifications/templates/bots/slack/deployment.yaml b/charts/argocd-notifications/templates/bots/slack/deployment.yaml index 696c107e..75883073 100644 --- a/charts/argocd-notifications/templates/bots/slack/deployment.yaml +++ b/charts/argocd-notifications/templates/bots/slack/deployment.yaml @@ -33,7 +33,6 @@ spec: ports: - containerPort: 8080 name: http - protocol: TCP {{- with .Values.bots.slack.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }}