File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 43
43
- {{ .Values.networkPolicy.dns | toYaml | nindent 6 | trimSuffix "\n" }}
44
44
- ports : # This is another distinct rule in the egress list
45
45
- protocol : TCP
46
- port : {{ .Values.catalogGrpcServicePort }}
46
+ port : {{ .Values.catalogGrpcPodPort }}
47
47
policyTypes :
48
48
- Ingress
49
49
- Egress
65
65
- {{ .Values.networkPolicy.dns | toYaml | nindent 6 | trimSuffix "\n" }}
66
66
- ports :
67
67
- protocol : TCP
68
- port : {{ .Values.catalogGrpcServicePort }}
68
+ port : {{ .Values.catalogGrpcPodPort }}
69
69
policyTypes :
70
70
- Ingress
71
71
- Egress
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ writeStatusName: '""'
19
19
imagestream : false
20
20
debug : false
21
21
installType : upstream
22
- catalogGrpcServicePort : 50051
22
+ catalogGrpcPodPort : 50051
23
23
24
24
olm :
25
25
replicaCount : 1
You can’t perform that action at this time.
0 commit comments