Skip to content

Commit

Permalink
add a helmv2 specific chart
Browse files Browse the repository at this point in the history
  • Loading branch information
wr0ngway committed Apr 28, 2021
1 parent 2c997f7 commit 2ce7a47
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions helm/kubetruth/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ spec:
envFrom:
- secretRef:
name: {{ include "kubetruth.fullname" . }}
volumeMounts:
- name: config-volume
mountPath: /etc/kubetruth
args:
- app
{{- if .Values.appSettings.environment }}
Expand All @@ -54,10 +51,6 @@ spec:
{{- if .Values.appSettings.debug }}
- --debug
{{- end }}
volumes:
- name: config-volume
configMap:
name: {{ include "kubetruth.fullname" . }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit 2ce7a47

Please sign in to comment.