You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
368 B
13 lines
368 B
- name: Add zammad chart repo
|
|
kubernetes.core.helm_repository:
|
|
name: zammad
|
|
repo_url: "https://zammad.github.io/zammad-helm"
|
|
|
|
- name: Deploy latest version of zammad chart inside zammad namespace with values
|
|
kubernetes.core.helm:
|
|
name: zammad
|
|
chart_ref: zammad/zammad
|
|
release_namespace: zammad
|
|
values:
|
|
ingress:
|
|
enabled: true
|
|
|