mirror of
https://github.com/minio/minio.git
synced 2025-02-25 04:19:13 -05:00
Remove redundant namespace from the helm chart (#16968)
This commit is contained in:
parent
cd6dec49c0
commit
b19620b324
@ -2,7 +2,6 @@ apiVersion: v1
|
|||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ template "minio.fullname" . }}
|
name: {{ template "minio.fullname" . }}
|
||||||
namespace: {{ .Release.Namespace | quote }}
|
|
||||||
labels:
|
labels:
|
||||||
app: {{ template "minio.name" . }}
|
app: {{ template "minio.name" . }}
|
||||||
chart: {{ template "minio.chart" . }}
|
chart: {{ template "minio.chart" . }}
|
||||||
|
@ -6,7 +6,6 @@ apiVersion: {{ template "minio.consoleIngress.apiVersion" . }}
|
|||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ $fullName }}
|
name: {{ $fullName }}
|
||||||
namespace: {{ .Release.Namespace | quote }}
|
|
||||||
labels:
|
labels:
|
||||||
app: {{ template "minio.name" . }}
|
app: {{ template "minio.name" . }}
|
||||||
chart: {{ template "minio.chart" . }}
|
chart: {{ template "minio.chart" . }}
|
||||||
|
@ -6,7 +6,6 @@ apiVersion: v1
|
|||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ template "minio.fullname" . }}-console
|
name: {{ template "minio.fullname" . }}-console
|
||||||
namespace: {{ .Release.Namespace | quote }}
|
|
||||||
labels:
|
labels:
|
||||||
app: {{ template "minio.name" . }}
|
app: {{ template "minio.name" . }}
|
||||||
chart: {{ template "minio.chart" . }}
|
chart: {{ template "minio.chart" . }}
|
||||||
|
@ -8,7 +8,6 @@ apiVersion: {{ template "minio.deployment.apiVersion" . }}
|
|||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ template "minio.fullname" . }}
|
name: {{ template "minio.fullname" . }}
|
||||||
namespace: {{ .Release.Namespace | quote }}
|
|
||||||
labels:
|
labels:
|
||||||
app: {{ template "minio.name" . }}
|
app: {{ template "minio.name" . }}
|
||||||
chart: {{ template "minio.chart" . }}
|
chart: {{ template "minio.chart" . }}
|
||||||
|
@ -6,7 +6,6 @@ apiVersion: {{ template "minio.ingress.apiVersion" . }}
|
|||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ $fullName }}
|
name: {{ $fullName }}
|
||||||
namespace: {{ .Release.Namespace | quote }}
|
|
||||||
labels:
|
labels:
|
||||||
app: {{ template "minio.name" . }}
|
app: {{ template "minio.name" . }}
|
||||||
chart: {{ template "minio.chart" . }}
|
chart: {{ template "minio.chart" . }}
|
||||||
|
@ -3,7 +3,6 @@ kind: NetworkPolicy
|
|||||||
apiVersion: {{ template "minio.networkPolicy.apiVersion" . }}
|
apiVersion: {{ template "minio.networkPolicy.apiVersion" . }}
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ template "minio.fullname" . }}
|
name: {{ template "minio.fullname" . }}
|
||||||
namespace: {{ .Release.Namespace | quote }}
|
|
||||||
labels:
|
labels:
|
||||||
app: {{ template "minio.name" . }}
|
app: {{ template "minio.name" . }}
|
||||||
chart: {{ template "minio.chart" . }}
|
chart: {{ template "minio.chart" . }}
|
||||||
|
@ -7,7 +7,6 @@ apiVersion: policy/v1
|
|||||||
kind: PodDisruptionBudget
|
kind: PodDisruptionBudget
|
||||||
metadata:
|
metadata:
|
||||||
name: minio
|
name: minio
|
||||||
namespace: {{ .Release.Namespace | quote }}
|
|
||||||
labels:
|
labels:
|
||||||
app: {{ template "minio.name" . }}
|
app: {{ template "minio.name" . }}
|
||||||
spec:
|
spec:
|
||||||
|
@ -3,7 +3,6 @@ apiVersion: batch/v1
|
|||||||
kind: Job
|
kind: Job
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ template "minio.fullname" . }}-post-job
|
name: {{ template "minio.fullname" . }}-post-job
|
||||||
namespace: {{ .Release.Namespace | quote }}
|
|
||||||
labels:
|
labels:
|
||||||
app: {{ template "minio.name" . }}-post-job
|
app: {{ template "minio.name" . }}-post-job
|
||||||
chart: {{ template "minio.chart" . }}
|
chart: {{ template "minio.chart" . }}
|
||||||
|
@ -4,7 +4,6 @@ apiVersion: v1
|
|||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ template "minio.fullname" . }}
|
name: {{ template "minio.fullname" . }}
|
||||||
namespace: {{ .Release.Namespace | quote }}
|
|
||||||
labels:
|
labels:
|
||||||
app: {{ template "minio.name" . }}
|
app: {{ template "minio.name" . }}
|
||||||
chart: {{ template "minio.chart" . }}
|
chart: {{ template "minio.chart" . }}
|
||||||
|
@ -3,7 +3,6 @@ apiVersion: v1
|
|||||||
kind: Secret
|
kind: Secret
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ template "minio.secretName" . }}
|
name: {{ template "minio.secretName" . }}
|
||||||
namespace: {{ .Release.Namespace | quote }}
|
|
||||||
labels:
|
labels:
|
||||||
app: {{ template "minio.name" . }}
|
app: {{ template "minio.name" . }}
|
||||||
chart: {{ template "minio.chart" . }}
|
chart: {{ template "minio.chart" . }}
|
||||||
|
@ -6,7 +6,6 @@ apiVersion: v1
|
|||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ template "minio.fullname" . }}
|
name: {{ template "minio.fullname" . }}
|
||||||
namespace: {{ .Release.Namespace | quote }}
|
|
||||||
labels:
|
labels:
|
||||||
app: {{ template "minio.name" . }}
|
app: {{ template "minio.name" . }}
|
||||||
chart: {{ template "minio.chart" . }}
|
chart: {{ template "minio.chart" . }}
|
||||||
|
@ -3,5 +3,4 @@ apiVersion: v1
|
|||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ .Values.serviceAccount.name | quote }}
|
name: {{ .Values.serviceAccount.name | quote }}
|
||||||
namespace: {{ .Release.Namespace | quote }}
|
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
@ -5,8 +5,6 @@ metadata:
|
|||||||
name: {{ template "minio.fullname" . }}
|
name: {{ template "minio.fullname" . }}
|
||||||
{{- if .Values.metrics.serviceMonitor.namespace }}
|
{{- if .Values.metrics.serviceMonitor.namespace }}
|
||||||
namespace: {{ .Values.metrics.serviceMonitor.namespace }}
|
namespace: {{ .Values.metrics.serviceMonitor.namespace }}
|
||||||
{{ else }}
|
|
||||||
namespace: {{ .Release.Namespace | quote }}
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
labels:
|
labels:
|
||||||
app: {{ template "minio.name" . }}
|
app: {{ template "minio.name" . }}
|
||||||
@ -67,8 +65,6 @@ metadata:
|
|||||||
name: {{ template "minio.fullname" . }}-cluster
|
name: {{ template "minio.fullname" . }}-cluster
|
||||||
{{- if .Values.metrics.serviceMonitor.namespace }}
|
{{- if .Values.metrics.serviceMonitor.namespace }}
|
||||||
namespace: {{ .Values.metrics.serviceMonitor.namespace }}
|
namespace: {{ .Values.metrics.serviceMonitor.namespace }}
|
||||||
{{ else }}
|
|
||||||
namespace: {{ .Release.Namespace | quote }}
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
labels:
|
labels:
|
||||||
app: {{ template "minio.name" . }}
|
app: {{ template "minio.name" . }}
|
||||||
|
@ -18,7 +18,6 @@ apiVersion: v1
|
|||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ template "minio.fullname" . }}-svc
|
name: {{ template "minio.fullname" . }}-svc
|
||||||
namespace: {{ .Release.Namespace | quote }}
|
|
||||||
labels:
|
labels:
|
||||||
app: {{ template "minio.name" . }}
|
app: {{ template "minio.name" . }}
|
||||||
chart: {{ template "minio.chart" . }}
|
chart: {{ template "minio.chart" . }}
|
||||||
@ -40,7 +39,6 @@ apiVersion: {{ template "minio.statefulset.apiVersion" . }}
|
|||||||
kind: StatefulSet
|
kind: StatefulSet
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ template "minio.fullname" . }}
|
name: {{ template "minio.fullname" . }}
|
||||||
namespace: {{ .Release.Namespace | quote }}
|
|
||||||
labels:
|
labels:
|
||||||
app: {{ template "minio.name" . }}
|
app: {{ template "minio.name" . }}
|
||||||
chart: {{ template "minio.chart" . }}
|
chart: {{ template "minio.chart" . }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user