fix indent

Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
This commit is contained in:
Christian Kotzbauer 2022-01-20 12:22:31 +01:00
parent 79a1bd9d7d
commit d3ab792e5c
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v2
description: Catalogue all images of a Kubernetes cluster to Git with Syft
name: sbom-operator
version: 0.1.1
version: 0.1.2
appVersion: 0.1.0
home: https://github.com/ckotzbauer/sbom-operator
sources:

View File

@ -43,11 +43,11 @@ spec:
name: work
- mountPath: /tmp
name: tmp
volumes:
- name: work
emptyDir: {}
- name: tmp
emptyDir: {}
volumes:
- name: work
emptyDir: {}
- name: tmp
emptyDir: {}
{{- with .Values.nodeSelector }}
nodeSelector:
{{ toYaml . | indent 8 }}