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 helm template for identity and test app #14

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Add helm template for identity and test app #14

wants to merge 4 commits into from

Conversation

mcieplak
Copy link
Contributor

@mcieplak mcieplak commented Feb 6, 2020

containers:
- args:
- --mode=refresh
- --provider-service {{ .Values.test_app.provider_service }}
Copy link
Contributor

Choose a reason for hiding this comment

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

Sorry that I haven't tried it using helm, but I think it should be

Suggested change
- --provider-service {{ .Values.test_app.provider_service }}
- --provider-service={{ .Values.test_app.provider_service }}

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah yes, this should have the equal sign. Updated.

@mcieplak mcieplak requested a review from prabushyam July 2, 2020 02:18
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