Skip to content

Commit 6ac13de

Browse files
feat: Add priority class to chart (#680)
* feat: Add priority class to chart * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1c538fc commit 6ac13de

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

charts/platform-registry/templates/deployment.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,6 @@ spec:
115115
{{- if .Values.imagePullSecrets }}
116116
imagePullSecrets: {{ toYaml .Values.imagePullSecrets | nindent 6 }}
117117
{{- end }}
118+
{{ - if .Values.priorityClassName }}
119+
priorityClassName: {{ .Values.priorityClassName }}
120+
{{- end }}

charts/platform-registry/values-dev.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,5 @@ sentry:
4343
dsn: https://432bc48cd2444be7afec5efeb1fc03a6@o489136.ingest.sentry.io/5530426
4444
clusterName: dev
4545
sampleRate: 0.002
46+
47+
priorityClassName: ""

charts/platform-registry/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,5 @@ service:
4646
zipkin: {}
4747

4848
sentry: {}
49+
50+
priorityClassName: ""

0 commit comments

Comments
 (0)