Skip to content

Commit

Permalink
inbound ports and merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronschweig committed Nov 19, 2024
1 parent ffd3207 commit 376a2c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/account-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
{{- if .Values.webhooks.enabled }}
annotations:
cert-manager.io/inject-ca-from: {{ .Release.Namespace }}/{{ include "entity.name" . }}-serving-cert
traffic.sidecar.istio.io/excludeInboundPorts: "9443"
{{- end }}
spec:
revisionHistoryLimit: {{ .Values.deployment.revisionHistoryLimit }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1017,6 +1017,7 @@ operator match the snapshot with webhook enabled:
metadata:
annotations:
cert-manager.io/inject-ca-from: NAMESPACE/RELEASE-NAME-account-operator-serving-cert
traffic.sidecar.istio.io/excludeInboundPorts: "9443"
name: RELEASE-NAME-account-operator
namespace: NAMESPACE
spec:
Expand Down

0 comments on commit 376a2c2

Please sign in to comment.