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:
|
env:
|
||||||
- name: LEGO_CA_CERTIFICATES
|
- name: LEGO_CA_CERTIFICATES
|
||||||
value: /step-ca/root_ca.crt
|
value: /step-ca/root_ca.crt
|
||||||
marker: ' # {mark} ANSIBLE MANAGED BLOCK'
|
marker: ' # {mark} ANSIBLE MANAGED BLOCK [rootca]'
|
||||||
notify:
|
notify:
|
||||||
- Apply manifests
|
- Apply manifests
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
mountPath: /data
|
mountPath: /data
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
marker: ' # {mark} ANSIBLE MANAGED BLOCK'
|
marker: ' # {mark} ANSIBLE MANAGED BLOCK [persistence]'
|
||||||
notify:
|
notify:
|
||||||
- Apply manifests
|
- Apply manifests
|
||||||
|
|
||||||
|
@ -72,3 +72,4 @@
|
|||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
vm_id: "{{ moref_id }}"
|
vm_id: "{{ moref_id }}"
|
||||||
|
kubeconfig: "{{ kubeconfig.path }}"
|
||||||
|
@ -72,3 +72,4 @@
|
|||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
vm_id: "{{ moref_id }}"
|
vm_id: "{{ moref_id }}"
|
||||||
|
kubeconfig: "{{ kubeconfig.path }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user