Merge pull request #1998 from rtrompier/feat/helm

fix(helm-charts): add nodeSelector and tolerations
This commit is contained in:
Maidul Islam
2024-07-08 21:41:08 -04:00
committed by GitHub
3 changed files with 7 additions and 3 deletions

View File

@@ -13,9 +13,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: v0.6.2
version: v0.6.3
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.6.2"
appVersion: "v0.6.3"

View File

@@ -82,4 +82,6 @@ spec:
securityContext:
runAsNonRoot: true
serviceAccountName: {{ include "secrets-operator.fullname" . }}-controller-manager
terminationGracePeriodSeconds: 10
terminationGracePeriodSeconds: 10
nodeSelector: {{ toYaml .Values.controllerManager.nodeSelector | nindent 8 }}
tolerations: {{ toYaml .Values.controllerManager.tolerations | nindent 8 }}

View File

@@ -43,6 +43,8 @@ controllerManager:
replicas: 1
serviceAccount:
annotations: {}
nodeSelector: {}
tolerations: []
kubernetesClusterDomain: cluster.local
metricsService:
ports: