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 apiVersion: v2
description: Catalogue all images of a Kubernetes cluster to Git with Syft description: Catalogue all images of a Kubernetes cluster to Git with Syft
name: sbom-operator name: sbom-operator
version: 0.1.1 version: 0.1.2
appVersion: 0.1.0 appVersion: 0.1.0
home: https://github.com/ckotzbauer/sbom-operator home: https://github.com/ckotzbauer/sbom-operator
sources: sources:

View File

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