Skip to content

Commit

Permalink
Add extraDeploy to mattermost-team-edition (#409)
Browse files Browse the repository at this point in the history
To be able to add additional resources to
the release.
  • Loading branch information
mustdiechik committed Jul 19, 2023
1 parent 996d6b1 commit 7325449
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/mattermost-team-edition/templates/extra-deploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{{- range .Values.extraDeploy }}
---
{{- tpl ( . | toYaml) $ }}
{{- end }}
3 changes: 3 additions & 0 deletions charts/mattermost-team-edition/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ extraPorts: []
# port: 8585
# protocol: TCP

# Array of extra objects to deploy with the release
extraDeploy: []

## Node selector
## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector
nodeSelector: {}
Expand Down

0 comments on commit 7325449

Please sign in to comment.