Fix marker collission;Add missing key
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f74d94a5e0
commit
a020ac0e15
@ -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
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
mountPath: /data
|
||||
persistence:
|
||||
enabled: true
|
||||
marker: ' # {mark} ANSIBLE MANAGED BLOCK'
|
||||
marker: ' # {mark} ANSIBLE MANAGED BLOCK [persistence]'
|
||||
notify:
|
||||
- Apply manifests
|
||||
|
||||
|
@ -72,3 +72,4 @@
|
||||
metadata:
|
||||
labels:
|
||||
vm_id: "{{ moref_id }}"
|
||||
kubeconfig: "{{ kubeconfig.path }}"
|
||||
|
@ -72,3 +72,4 @@
|
||||
metadata:
|
||||
labels:
|
||||
vm_id: "{{ moref_id }}"
|
||||
kubeconfig: "{{ kubeconfig.path }}"
|
||||
|
Loading…
Reference in New Issue
Block a user