Skip to content

Commit

Permalink
Do not enforce namespace in the ui extension config map
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiatekus committed Jan 9, 2025
1 parent 5467b59 commit 8898eb9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ kind: ConfigMap
apiVersion: v1
metadata:
name: functions
namespace: {{ .Release.Namespace }}
labels:
{{- include "tplValue" ( dict "value" .Values.global.commonLabels "context" . ) | nindent 4 }}
busola.io/extension: resource
Expand Down

0 comments on commit 8898eb9

Please sign in to comment.