Skip to content

Commit

Permalink
fix(pg): set default priorityClassName (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored Sep 25, 2023
1 parent 081fbeb commit b3f5bad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/fabrique/charts/pg/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ recovery:
name: ""
serverName: ""


cnpg-cluster:
enabled: true
~tpl~minSyncReplicas: "{{ or (and .Values.Parent._ProjectValues (index .Values.Parent._ProjectValues `cnpg-cluster`).minSyncReplicas) ((or .Values.global.isProd .Values.global.isPreProd) | ternary `1` `0`) }}"
Expand Down Expand Up @@ -70,6 +69,8 @@ cnpg-cluster:
~tpl~name: "{{ .Values.global.projectName }}-{{ .Values.global.isProd | ternary `prod` `dev` }}-backups-access-key"
key: bucket_region

priorityClassName: cnpg-high-priority

recovery:
barmanObjectStore:
~tpl~serverName: "{{ (or .Values.recovery.serverName (index .Values.kontinuous.chartContext 2) ) | lower }}"
Expand Down

0 comments on commit b3f5bad

Please sign in to comment.