Add step-ca component
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-08-22 12:52:47 +02:00
parent 5f1d1bfa8a
commit 3849b79493
2 changed files with 25 additions and 0 deletions

View File

@ -106,6 +106,16 @@
kubeconfig: "{{ kubeconfig.path }}"
values: "{{ components.longhorn.chart_values }}"
- name: Install step-ca chart
kubernetes.core.helm:
name: step-certificates
chart_ref: /opt/metacluster/helm-charts/step-certificates
release_namespace: step-ca
create_namespace: yes
wait: yes
kubeconfig: "{{ kubeconfig.path }}"
values: "{{ components.stepcertificates.chart_values }}"
- name: Install harbor chart
kubernetes.core.helm:
name: harbor