Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Rookie committed Sep 6, 2024
1 parent b34366e commit f296b25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion addons/postgresql/templates/configconstraint-12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
reloadAction:
tplScriptTrigger:
sync: true
scriptConfigMapRef: patroni-reload-script
scriptConfigMapRef: {{ include "postgresql.patroniReloadScriptsTemplate" . }}
namespace: {{ .Release.Namespace }}
## update patroni master
targetPodSelector:
Expand Down
2 changes: 1 addition & 1 deletion addons/postgresql/templates/configconstraint-14.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
reloadAction:
tplScriptTrigger:
sync: true
scriptConfigMapRef: patroni-reload-script
scriptConfigMapRef: {{ include "postgresql.patroniReloadScriptsTemplate" . }}
namespace: {{ .Release.Namespace }}
# update patroni master
targetPodSelector:
Expand Down
2 changes: 1 addition & 1 deletion addons/postgresql/templates/configconstraint-15.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
reloadAction:
tplScriptTrigger:
sync: true
scriptConfigMapRef: patroni-reload-script
scriptConfigMapRef: {{ include "postgresql.patroniReloadScriptsTemplate" . }}
namespace: {{ .Release.Namespace }}
# update patroni master
targetPodSelector:
Expand Down

0 comments on commit f296b25

Please sign in to comment.