Skip to content

Commit

Permalink
Revert "Removed flag from dashboard.yaml file"
Browse files Browse the repository at this point in the history
This reverts commit 50c3f7c.
  • Loading branch information
aktoboy committed Nov 27, 2023
1 parent 50c3f7c commit 397d907
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/akto-setup/templates/dashboard.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{ if .Values.dashboard.aktoApiSecurityDashboard.env.enabled }}
apiVersion: v1
kind: Service
metadata:
Expand All @@ -12,4 +13,5 @@ spec:
app: {{ include "akto.fullname" . }}-dashboard
{{- include "akto.selectorLabels" . | nindent 4 }}
ports:
{{- .Values.dashboard.ports | toYaml | nindent 2 -}}
{{- .Values.dashboard.ports | toYaml | nindent 2 -}}
{{ end }}

0 comments on commit 397d907

Please sign in to comment.