Skip to content

Commit

Permalink
BC-5705 - fix missing "
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored Nov 2, 2023
1 parent 798abcd commit 75982eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/schulcloud-server-core/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
state: absent
api_version: networking.k8s.io/v1
kind: Ingress
name: {{ NAMESPACE }}-api-files-ingress
name: "{{ NAMESPACE }}-api-files-ingress"
when: FEATURE_FWU_CONTENT_ENABLED is defined and FEATURE_FWU_CONTENT_ENABLED|bool

- name: Delete Files CronJob
Expand Down

0 comments on commit 75982eb

Please sign in to comment.