From d975a43e8e259c0e289c49ccf322d87b23bd3b3d Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Mon, 29 Jul 2024 10:51:13 -0700 Subject: [PATCH] fix(vector): Revert add `namespace` to manifests" (#401) Revert "fix(vector): Add `namespace` to manifests (#394)" This reverts commit 72ffb20576cf4141b6881ada2660fdaadf2e22ad. --- charts/vector/Chart.yaml | 2 +- charts/vector/templates/configmap.yaml | 1 - charts/vector/templates/daemonset.yaml | 1 - charts/vector/templates/deployment.yaml | 1 - charts/vector/templates/ingress.yaml | 1 - charts/vector/templates/secret.yaml | 1 - charts/vector/templates/service-headless.yaml | 2 -- charts/vector/templates/service.yaml | 1 - charts/vector/templates/serviceaccount.yaml | 1 - charts/vector/templates/statefulset.yaml | 1 - 10 files changed, 1 insertion(+), 11 deletions(-) diff --git a/charts/vector/Chart.yaml b/charts/vector/Chart.yaml index 74c9e65..495ff84 100644 --- a/charts/vector/Chart.yaml +++ b/charts/vector/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: vector -version: "0.34.1" +version: "0.34.0" kubeVersion: ">=1.15.0-0" description: A lightweight, ultra-fast tool for building observability pipelines type: application diff --git a/charts/vector/templates/configmap.yaml b/charts/vector/templates/configmap.yaml index 08ab80f..a84db9a 100644 --- a/charts/vector/templates/configmap.yaml +++ b/charts/vector/templates/configmap.yaml @@ -3,7 +3,6 @@ apiVersion: v1 kind: ConfigMap metadata: name: {{ include "vector.fullname" . }} - namespace: {{ .Release.Namespace }} labels: {{- include "vector.labels" . | nindent 4 }} data: diff --git a/charts/vector/templates/daemonset.yaml b/charts/vector/templates/daemonset.yaml index 43d7ecf..7c6bbf6 100644 --- a/charts/vector/templates/daemonset.yaml +++ b/charts/vector/templates/daemonset.yaml @@ -3,7 +3,6 @@ apiVersion: apps/v1 kind: DaemonSet metadata: name: {{ include "vector.fullname" . }} - namespace: {{ .Release.Namespace }} labels: {{- include "vector.labels" . | nindent 4 }} annotations: diff --git a/charts/vector/templates/deployment.yaml b/charts/vector/templates/deployment.yaml index f3fe988..2c77a80 100644 --- a/charts/vector/templates/deployment.yaml +++ b/charts/vector/templates/deployment.yaml @@ -3,7 +3,6 @@ apiVersion: apps/v1 kind: Deployment metadata: name: {{ include "vector.fullname" . }} - namespace: {{ .Release.Namespace }} labels: {{- include "vector.labels" . | nindent 4 }} annotations: diff --git a/charts/vector/templates/ingress.yaml b/charts/vector/templates/ingress.yaml index 04070eb..c0135fd 100644 --- a/charts/vector/templates/ingress.yaml +++ b/charts/vector/templates/ingress.yaml @@ -14,7 +14,6 @@ apiVersion: extensions/v1beta1 kind: Ingress metadata: name: {{ include "vector.fullname" . }} - namespace: {{ .Release.Namespace }} labels: {{- include "vector.labels" . | nindent 4 }} {{- with .Values.ingress.annotations }} diff --git a/charts/vector/templates/secret.yaml b/charts/vector/templates/secret.yaml index e5c91ba..e4367ff 100644 --- a/charts/vector/templates/secret.yaml +++ b/charts/vector/templates/secret.yaml @@ -3,7 +3,6 @@ apiVersion: v1 kind: Secret metadata: name: {{ include "vector.fullname" $ }} - namespace: {{ .Release.Namespace }} labels: {{- include "vector.labels" $ | nindent 4 }} type: Opaque diff --git a/charts/vector/templates/service-headless.yaml b/charts/vector/templates/service-headless.yaml index d40bdcc..6d0d69f 100644 --- a/charts/vector/templates/service-headless.yaml +++ b/charts/vector/templates/service-headless.yaml @@ -7,7 +7,6 @@ apiVersion: v1 kind: Service metadata: name: {{ include "vector.fullname" . }}-headless - namespace: {{ .Release.Namespace }} labels: {{- include "vector.labels" . | nindent 4 }} annotations: @@ -75,7 +74,6 @@ apiVersion: v1 kind: Service metadata: name: {{ include "vector.fullname" . }}-headless - namespace: {{ .Release.Namespace }} labels: {{- include "vector.labels" . | nindent 4 }} annotations: diff --git a/charts/vector/templates/service.yaml b/charts/vector/templates/service.yaml index 58b86ea..cc1dbb7 100644 --- a/charts/vector/templates/service.yaml +++ b/charts/vector/templates/service.yaml @@ -3,7 +3,6 @@ apiVersion: v1 kind: Service metadata: name: {{ include "vector.fullname" . }} - namespace: {{ .Release.Namespace }} labels: {{- include "vector.labels" . | nindent 4 }} annotations: diff --git a/charts/vector/templates/serviceaccount.yaml b/charts/vector/templates/serviceaccount.yaml index 8d99bf9..1103f0b 100644 --- a/charts/vector/templates/serviceaccount.yaml +++ b/charts/vector/templates/serviceaccount.yaml @@ -3,7 +3,6 @@ apiVersion: v1 kind: ServiceAccount metadata: name: {{ include "vector.serviceAccountName" . }} - namespace: {{ .Release.Namespace }} labels: {{- include "vector.labels" . | nindent 4 }} {{- with .Values.serviceAccount.annotations }} diff --git a/charts/vector/templates/statefulset.yaml b/charts/vector/templates/statefulset.yaml index 94c0c62..d1046d8 100644 --- a/charts/vector/templates/statefulset.yaml +++ b/charts/vector/templates/statefulset.yaml @@ -3,7 +3,6 @@ apiVersion: apps/v1 kind: StatefulSet metadata: name: {{ include "vector.fullname" . }} - namespace: {{ .Release.Namespace }} labels: {{- include "vector.labels" . | nindent 4 }} annotations: