Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additionalArgs helm Settings #12081

Merged
merged 1 commit into from
Feb 15, 2024
Merged

Add additionalArgs helm Settings #12081

merged 1 commit into from
Feb 15, 2024

Conversation

alpeb
Copy link
Member

@alpeb alpeb commented Feb 14, 2024

Add additionalArgs helm settings to the destination and policy controller manifests alongside the existing experimentalArgs ones.

Add `additionalArgs` helm settings to the destination and policy controller manifests alongside the existing `experimentalArgs` ones.
@alpeb alpeb requested a review from a team as a code owner February 14, 2024 21:55
@@ -205,6 +205,9 @@ spec:
- -identity-trust-domain={{.Values.identityTrustDomain | default .Values.clusterDomain}}
- -default-opaque-ports={{.Values.proxy.opaquePorts}}
- -enable-pprof={{.Values.enablePprof | default false}}
{{- range (.Values.destinationController).additionalArgs }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suspect we can use concat here to combine these blocks

@alpeb alpeb merged commit 6142e52 into main Feb 15, 2024
32 checks passed
@alpeb alpeb deleted the alpeb/additional-args-vars branch February 15, 2024 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants