Skip to content

Commit eb047a4

Browse files
authored
Remove unused config map from Deployment template (#517)
1 parent 178f051 commit eb047a4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

charts/hcp-terraform-operator/templates/deployment.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,6 @@ spec:
105105
{{- toYaml .Values.securityContext | nindent 8 }}
106106
terminationGracePeriodSeconds: 10
107107
volumes:
108-
- configMap:
109-
name: {{ .Release.Name }}-manager-config
110-
name: manager-config
111108
{{- if .Values.customCAcertificates }}
112109
- configMap:
113110
name: {{ .Release.Name }}-ca-certificates

0 commit comments

Comments
 (0)