Skip to content

Commit

Permalink
add Ansible task for deploying new Tldraw's server secret
Browse files Browse the repository at this point in the history
  • Loading branch information
bn-pass committed Jan 16, 2024
1 parent cc36ac6 commit eb25b10
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 @@ -186,6 +186,13 @@
template: admin-api-server-svc.yml.j2
when: WITH_API_ADMIN is defined and WITH_API_ADMIN|bool

- name: TlDraw server Secret (from 1Password)
kubernetes.core.k8s:
kubeconfig: ~/.kube/config
namespace: "{{ NAMESPACE }}"
template: tldraw-server-onepassword.yml.j2
when: ONEPASSWORD_OPERATOR is defined and ONEPASSWORD_OPERATOR|bool

- name: TlDraw server deployment
kubernetes.core.k8s:
kubeconfig: ~/.kube/config
Expand Down

0 comments on commit eb25b10

Please sign in to comment.