We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e943b commit baae4d4Copy full SHA for baae4d4
chart/templates/uds-package-postgres.yaml
@@ -9,6 +9,8 @@ metadata:
9
namespace: postgres
10
spec:
11
network:
12
+ serviceMesh:
13
+ mode: {{ if .Values.ambient }}ambient{{ else }}sidecar{{ end }}
14
allow:
15
- direction: Ingress
16
remoteGenerated: IntraNamespace
0 commit comments