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

N21-2333 Update tasks regarding WITH_SHD_CLIENT #41

Closed
wants to merge 5 commits into from

Conversation

mrikallab
Copy link
Contributor

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

  • QA: In addition to review, the code has been manually tested (if manual testing is possible)
  • PO: Any deviation from requirements was agreed with Product-Owner / ticket author / support-team
  • DEV: Every new component is implemented having accessibility in mind (e.g. aria-label, role property)

Notice: Please keep this Pull-Request as a Draft (or add WIP label), until it is ready to be reviewed

Comment on lines 5 to 8
template: svc.yml.j2
state: absent
when: WITH_SHD_CLIENT is not defined or not WITH_SHD_CLIENT | bool
tags:
Copy link
Member

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

Suggested change
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
Copy link
Member

Choose a reason for hiding this comment

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

Copy link

sonarqubecloud bot commented Feb 4, 2025

@mrikallab mrikallab closed this Feb 4, 2025
@mrikallab
Copy link
Contributor Author

Created new Ticket, new Branch and new PR

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.

3 participants