feat: simplify starter
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-02 23:21:08 +03:00
parent bcf9648dae
commit 460c4b6c5c
25 changed files with 185 additions and 1414 deletions

View File

@ -0,0 +1,10 @@
{{- if not .Values.existingSecret }}
apiVersion: v1
kind: Secret
metadata:
name: {{ include "common.fullname" . }}
labels:
{{- include "common.labels" . | nindent 4 }}
type: Opaque
data: {}
{{- end }}