Skip to content

Commit

Permalink
chart(update): metadata.namespace to resources
Browse files Browse the repository at this point in the history
Signed-off-by: Viet Nguyen Duc <[email protected]>
  • Loading branch information
VietND96 committed Aug 12, 2024
1 parent 442ee4a commit b1fa21c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/selenium-grid/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
annotations: {{- toYaml . | nindent 4 }}
{{- end }}
name: {{ include "seleniumGrid.common.secrets.fullname" . }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "seleniumGrid.commonLabels" . | nindent 4 }}
{{- with .Values.customLabels }}
Expand Down
1 change: 1 addition & 0 deletions charts/selenium-grid/templates/tls-cert-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
annotations:
"restartOnUpdate": "true"
name: {{ include "seleniumGrid.tls.fullname" . }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "seleniumGrid.commonLabels" . | nindent 4 }}
{{- with .Values.customLabels }}
Expand Down

0 comments on commit b1fa21c

Please sign in to comment.