-
Notifications
You must be signed in to change notification settings - Fork 1
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
N21-2333 Update tasks regarding WITH_SHD_CLIENT #41
Conversation
template: svc.yml.j2 | ||
state: absent | ||
when: WITH_SHD_CLIENT is not defined or not WITH_SHD_CLIENT | bool | ||
tags: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the solution for it
template: svc.yml.j2 | |
state: absent | |
when: WITH_SHD_CLIENT is not defined or not WITH_SHD_CLIENT | bool | |
tags: | |
template: svc.yml.j2 | |
state: "{{ 'present' if WITH_SHD_CLIENT else 'absent'}}" | |
tags: |
@@ -1,3 +1,4 @@ | |||
--- | |||
SHD_CLIENT_IMAGE: quay.io/schulcloudverbund/shd-client | |||
SHD_CLIENT_PREFIX: superhero. | |||
WITH_SHD_CLIENT: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
Created new Ticket, new Branch and new PR |
Short Description
Links to Ticket and related Pull-Requests
Changes
Data-security
Deployment
New Repos, NPM packages or vendor scripts
Screenshots of UI changes
Checklist before merging