Fix labels;Fix feedback
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
7c7333690d
commit
1794b24998
@ -3,3 +3,5 @@
|
|||||||
cmd: k3s ctr image import {{ item }}
|
cmd: k3s ctr image import {{ item }}
|
||||||
chdir: /opt/metacluster/container-images
|
chdir: /opt/metacluster/container-images
|
||||||
loop: "{{ query('ansible.builtin.fileglob', '/opt/metacluster/container-images/*.tar') | sort }}"
|
loop: "{{ query('ansible.builtin.fileglob', '/opt/metacluster/container-images/*.tar') | sort }}"
|
||||||
|
loop_control:
|
||||||
|
label: "{{ item | basename }}"
|
||||||
|
@ -43,10 +43,10 @@
|
|||||||
namespace: argo-cd
|
namespace: argo-cd
|
||||||
kind: configmap
|
kind: configmap
|
||||||
annotations: |
|
annotations: |
|
||||||
app.kubernetes.io/managed-by: Helm
|
|
||||||
meta.helm.sh/release-name: argo-cd
|
meta.helm.sh/release-name: argo-cd
|
||||||
meta.helm.sh/release-namespace: argo-cd
|
meta.helm.sh/release-namespace: argo-cd
|
||||||
labels: |
|
labels: |
|
||||||
|
app.kubernetes.io/managed-by: Helm
|
||||||
app.kubernetes.io/name: argocd-cm
|
app.kubernetes.io/name: argocd-cm
|
||||||
app.kubernetes.io/part-of: argocd
|
app.kubernetes.io/part-of: argocd
|
||||||
data:
|
data:
|
||||||
|
Loading…
Reference in New Issue
Block a user