Skip to content

Commit

Permalink
Changed label import
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Gonzalez <[email protected]>
  • Loading branch information
jgmartinez authored and poiana committed Nov 22, 2023
1 parent 91ed41d commit ae53304
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions charts/falco/templates/client-certs-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ metadata:
name: {{ include "falco.fullname" . }}-client-certs
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: {{ include "falco.name" . }}
helm.sh/chart: {{ include "falco.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- include "falco.labels" $ | nindent 4 }}
type: Opaque
data:
{{ $key := .Values.certs.client.key }}
Expand Down

0 comments on commit ae53304

Please sign in to comment.