Fix lint errors
Some checks reported errors
continuous-integration/drone Build encountered an error

This commit is contained in:
Adrien Reslinger 2022-07-22 23:26:24 +02:00
parent 327065a181
commit 149b4fa54b
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
4 changed files with 20 additions and 18 deletions

View file

@ -1 +1,3 @@
my_context: minikube
# duin_version: "latest"
duin_version: "4.22.0"

View file

@ -2,7 +2,7 @@
- name: calico setup
block:
# - name: Include vars
# include_vars: "diun-files.yaml"
# ansible.builtin.include_vars: "diun-files.yaml"
- name: Diun install
kubernetes.core.k8s:

View file

@ -20,7 +20,7 @@ spec:
serviceAccountName: diun
containers:
- name: diun
image: crazymax/diun:latest
image: crazymax/diun:{{ duin_version }}
imagePullPolicy: Always
args: ["serve"]
env: