Compare commits
No commits in common. "4d6bd42402d27385ea1b2ab413e6dd28c37971cd" and "b74e67f3cafd83a548c5bad4c2c1b7540dcb7008" have entirely different histories.
4d6bd42402
...
b74e67f3ca
@ -3,7 +3,7 @@ apiVersion: v2
|
||||
name: lib
|
||||
description: Common functions for my helm charts at home
|
||||
type: library
|
||||
version: 1.0.4
|
||||
version: 1.0.3
|
||||
kubeVersion: ">=1.27.0"
|
||||
home: git.rre.nu
|
||||
sources:
|
||||
|
@ -36,10 +36,6 @@ spec:
|
||||
{{- toYaml .Values.controller.podSecurityContext | nindent 8 }}
|
||||
containers:
|
||||
{{- include "lib.parts.container" . | nindent 8 -}}
|
||||
{{- with .Values.volumes }}
|
||||
volumes:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- with .Values.nodeSelector }}
|
||||
nodeSelector:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
|
Loading…
Reference in New Issue
Block a user