Skip to content

Commit

Permalink
cleanup appSettings.environment from deployment template
Browse files Browse the repository at this point in the history
  • Loading branch information
wr0ngway committed Jul 2, 2021
1 parent 3fac73e commit f72bbd7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions helm/kubetruth/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ spec:
name: {{ include "kubetruth.fullname" . }}
args:
- app
{{- if .Values.appSettings.environment }}
- --environment
- {{ .Values.appSettings.environment | quote }}
{{- end }}
{{- if .Values.appSettings.pollingInterval }}
- --polling-interval
- "{{ .Values.appSettings.pollingInterval }}"
Expand Down

0 comments on commit f72bbd7

Please sign in to comment.