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 strategy none to routing-action #1645

Merged
merged 3 commits into from
Sep 26, 2023

Conversation

kalantar
Copy link
Member

No description provided.

Signed-off-by: Michael Kalantar <[email protected]>
Alan-Cha
Alan-Cha previously approved these changes Sep 26, 2023
Signed-off-by: Michael Kalantar <[email protected]>
Signed-off-by: Michael Kalantar <[email protected]>
@@ -10,36 +10,39 @@
{{- printf "Unknown appType: '%s'" .Values.appType | fail }}
{{- end }}

{{- /* set strategy using default value if needed */}}
{{- $strategy := (.Values.strategy | default "none" ) }}
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
{{- $strategy := (.Values.strategy | default "none" ) }}
{{- $strategy := (.Values.strategy | default "none") }}

@kalantar kalantar merged commit bf13530 into iter8-tools:master Sep 26, 2023
46 checks passed
@kalantar kalantar deleted the none-strategy branch December 14, 2023 15:56
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.

2 participants