Fix marker collission;Add missing key
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2023-02-03 15:49:38 +01:00
parent f74d94a5e0
commit a020ac0e15
4 changed files with 4 additions and 2 deletions

View File

@ -117,7 +117,7 @@
env:
- name: LEGO_CA_CERTIFICATES
value: /step-ca/root_ca.crt
marker: ' # {mark} ANSIBLE MANAGED BLOCK'
marker: ' # {mark} ANSIBLE MANAGED BLOCK [rootca]'
notify:
- Apply manifests

View File

@ -12,7 +12,7 @@
mountPath: /data
persistence:
enabled: true
marker: ' # {mark} ANSIBLE MANAGED BLOCK'
marker: ' # {mark} ANSIBLE MANAGED BLOCK [persistence]'
notify:
- Apply manifests

View File

@ -72,3 +72,4 @@
metadata:
labels:
vm_id: "{{ moref_id }}"
kubeconfig: "{{ kubeconfig.path }}"

View File

@ -72,3 +72,4 @@
metadata:
labels:
vm_id: "{{ moref_id }}"
kubeconfig: "{{ kubeconfig.path }}"