Fix lint errors
This commit is contained in:
parent
5cbc707f44
commit
d1b56fab20
2 changed files with 68 additions and 57 deletions
11
meta/main.yml
Normal file
11
meta/main.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
galaxy_info:
|
||||
author: Adrien Reslinger
|
||||
description: Install Nextcloud in kubernetes cluster
|
||||
company: Personnal
|
||||
min_ansible_version: 2.9
|
||||
galaxy_tags: []
|
||||
license: GPL2
|
||||
platforms:
|
||||
- name: kubernetes
|
||||
version:
|
||||
- all
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
chart_ref: nextcloud/nextcloud
|
||||
chart_version: "2.12.1"
|
||||
release_namespace: "nextcloud"
|
||||
create_namespace: yes
|
||||
create_namespace: true
|
||||
values:
|
||||
ingress:
|
||||
enabled: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue