feat: simplify starter
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:
10
starter/templates/secrets.yaml
Normal file
10
starter/templates/secrets.yaml
Normal 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 }}
|
Reference in New Issue
Block a user