Skip to content

Commit

Permalink
h5p editor: added deployment which uses existing template (#4136)
Browse files Browse the repository at this point in the history
Co-authored-by: Andre Blome <andre-david.blome@capgemini.com>
Co-authored-by: Stephan Krause <101647440+SteKrause@users.noreply.github.com>
  • Loading branch information
3 people authored Jun 7, 2023
1 parent 6709414 commit bc2e26f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ansible/roles/schulcloud-server-core/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@
namespace: "{{ NAMESPACE }}"
template: api-fwu-deployment.yml.j2
when: FEATURE_FWU_CONTENT_ENABLED is defined and FEATURE_FWU_CONTENT_ENABLED|bool

- name: H5pEditorDeployment
kubernetes.core.k8s:
kubeconfig: ~/.kube/config
namespace: "{{ NAMESPACE }}"
template: api-h5p-deployment.yml.j2
when: FEATURE_H5P_EDITOR_ENABLED is defined and FEATURE_H5P_EDITOR_ENABLED|bool

- name: Delete Files CronJob
kubernetes.core.k8s:
Expand Down

0 comments on commit bc2e26f

Please sign in to comment.