File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
charts/gitops-runtime/templates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
{{- $_ := set $appProxyContext "Values" (get .Values "app-proxy") }}
3
3
{{- $_ := set $appProxyContext.Values "global" (get .Values "global") }}
4
4
5
- {{- if $appProxyContext.pdb.enabled }}
5
+ {{- if $appProxyContext.Values. pdb.enabled }}
6
6
{{- include "cap-app-proxy.resources.pdb" $appProxyContext }}
7
7
{{- end }}
Original file line number Diff line number Diff line change 2
2
{{- $_ := set $internalRouterContext "Values" (get .Values "internal-router") }}
3
3
{{- $_ := set $internalRouterContext.Values "global" (get .Values "global") }}
4
4
5
- {{- if $internalRouterContext.pdb.enabled }}
5
+ {{- if $internalRouterContext.Values. pdb.enabled }}
6
6
{{- include "internal-router.resources.pdb" $internalRouterContext }}
7
7
{{- end }}
You can’t perform that action at this time.
0 commit comments