remove MeshPolicy/DefaultDestRule CRD when mTLS isn't enabled#7017
remove MeshPolicy/DefaultDestRule CRD when mTLS isn't enabled#7017rshriram merged 1 commit intoistio:release-1.0from
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: quanjielin Assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
| {{- include "security-default.yaml.tpl" . | indent 4}} | ||
| {{- if .Values.global.mtls.enabled }} | ||
| {{- include "security-default.yaml.tpl" . | indent 4}} | ||
| {{- end }} |
There was a problem hiding this comment.
while this is confusing, I don't think this is causing any issue. Make sure that the run.sh stuff below still works
There was a problem hiding this comment.
I feel this need to be fixed though no scenario is broken for now(btw, integration test pass)
No description provided.