Skip to content

Commit 163c0fa

Browse files
feat: add PDBs
1 parent d876646 commit 163c0fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/gitops-runtime/templates/app-proxy/pdb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
{{- $_ := set $appProxyContext "Values" (get .Values "app-proxy") }}
33
{{- $_ := set $appProxyContext.Values "global" (get .Values "global") }}
44

5-
{{- if $appProxyContext.pdb.enabled }}
5+
{{- if $appProxyContext.Values.pdb.enabled }}
66
{{- include "cap-app-proxy.resources.pdb" $appProxyContext }}
77
{{- end }}

charts/gitops-runtime/templates/internal-router/pdb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
{{- $_ := set $internalRouterContext "Values" (get .Values "internal-router") }}
33
{{- $_ := set $internalRouterContext.Values "global" (get .Values "global") }}
44

5-
{{- if $internalRouterContext.pdb.enabled }}
5+
{{- if $internalRouterContext.Values.pdb.enabled }}
66
{{- include "internal-router.resources.pdb" $internalRouterContext }}
77
{{- end }}

0 commit comments

Comments
 (0)