Skip to content

Commit

Permalink
Fix chart typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Apr 4, 2024
1 parent 4dc5d81 commit af0e979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/deployment-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: deployment-operator
description: creates a new instance of the plural deployment operator
appVersion: 0.4.16
version: 0.4.16
version: 0.4.17
maintainers:
- name: Plural
url: https://www.plural.sh
Expand Down
2 changes: 1 addition & 1 deletion charts/deployment-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ spec:
defaultMode: 0444
name: {{ include "deployment-operator.fullname" . }}
{{- end }}
{{ if .Values.additioanlVolumes }}
{{ if .Values.additionalVolumes }}
{{ toYaml .Values.additionalVolumes | nindent 8 }}
{{ end }}
{{- with .Values.nodeSelector }}
Expand Down

0 comments on commit af0e979

Please sign in to comment.