Skip to content
Snippets Groups Projects
Commit 968a509b authored by Mitchell Nielsen's avatar Mitchell Nielsen Committed by Jason Plum
Browse files

Fix indentation of gitlab.standardLabels

parent f05b6d81
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
......@@ -3,7 +3,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
labels:
{{ include "gitlab.standardLabels" . | indent 4 }}
{{- include "gitlab.standardLabels" . | nindent 4 }}
{{- include "ingress-nginx.labels" . | nindent 4 }}
name: {{ include "ingress-nginx.fullname" . }}
rules:
......
......@@ -3,7 +3,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
labels:
{{ include "gitlab.standardLabels" . | indent 4 }}
{{- include "gitlab.standardLabels" . | nindent 4 }}
{{- include "ingress-nginx.labels" . | nindent 4 }}
name: {{ include "ingress-nginx.fullname" . }}
roleRef:
......
......@@ -3,7 +3,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
labels:
{{ include "gitlab.standardLabels" . | indent 4 }}
{{- include "gitlab.standardLabels" . | nindent 4 }}
component: "{{ .Values.controller.name }}"
{{- include "ingress-nginx.labels" . | nindent 4 }}
app.kubernetes.io/component: controller
......
......@@ -3,7 +3,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
labels:
{{ include "gitlab.standardLabels" . | indent 4 }}
{{- include "gitlab.standardLabels" . | nindent 4 }}
component: "{{ .Values.controller.name }}"
{{- include "ingress-nginx.labels" . | nindent 4 }}
app.kubernetes.io/component: controller
......
......@@ -3,7 +3,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
labels:
{{ include "gitlab.standardLabels" . | indent 4 }}
{{- include "gitlab.standardLabels" . | nindent 4 }}
component: "{{ .Values.controller.name }}"
{{- include "ingress-nginx.labels" . | nindent 4 }}
app.kubernetes.io/component: controller
......
......@@ -3,7 +3,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
labels:
{{ include "gitlab.standardLabels" . | indent 4 }}
{{- include "gitlab.standardLabels" . | nindent 4 }}
component: "{{ .Values.controller.name }}"
{{- include "ingress-nginx.labels" . | nindent 4 }}
app.kubernetes.io/component: controller
......
......@@ -2,7 +2,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
labels:
{{ include "gitlab.standardLabels" . | indent 4 }}
{{- include "gitlab.standardLabels" . | nindent 4 }}
component: "{{ .Values.controller.name }}"
{{- include "ingress-nginx.labels" . | nindent 4 }}
app.kubernetes.io/component: controller
......
......@@ -3,7 +3,7 @@ apiVersion: apps/v1
kind: DaemonSet
metadata:
labels:
{{ include "gitlab.standardLabels" . | indent 4 }}
{{- include "gitlab.standardLabels" . | nindent 4 }}
component: "{{ .Values.controller.name }}"
{{- include "ingress-nginx.labels" . | nindent 4 }}
app.kubernetes.io/component: controller
......
......@@ -5,7 +5,7 @@ apiVersion: autoscaling/v2beta2
kind: HorizontalPodAutoscaler
metadata:
labels:
{{ include "gitlab.standardLabels" . | indent 4 }}
{{- include "gitlab.standardLabels" . | nindent 4 }}
component: "{{ .Values.controller.name }}"
{{- include "ingress-nginx.labels" . | nindent 4 }}
app.kubernetes.io/component: controller
......
......@@ -5,8 +5,8 @@ apiVersion: {{ .Values.controller.keda.apiVersion }}
kind: ScaledObject
metadata:
labels:
{{- include "gitlab.standardLabels" . | nindent 4 }}
component: "{{ .Values.controller.name }}"
{{ include "gitlab.standardLabels" . | indent 4 }}
{{- include "ingress-nginx.labels" . | nindent 4 }}
app.kubernetes.io/component: controller
name: {{ include "ingress-nginx.controller.fullname" . }}
......
......@@ -3,7 +3,7 @@ apiVersion: policy/v1beta1
kind: PodDisruptionBudget
metadata:
labels:
{{ include "gitlab.standardLabels" . | indent 4 }}
{{- include "gitlab.standardLabels" . | nindent 4 }}
component: "{{ .Values.controller.name }}"
{{- include "ingress-nginx.labels" . | nindent 4 }}
app.kubernetes.io/component: controller
......
......@@ -4,7 +4,7 @@ kind: PodSecurityPolicy
metadata:
name: {{ include "ingress-nginx.fullname" . }}
labels:
{{ include "gitlab.standardLabels" . | indent 4 }}
{{- include "gitlab.standardLabels" . | nindent 4 }}
component: "{{ .Values.controller.name }}"
{{- include "ingress-nginx.labels" . | nindent 4 }}
app.kubernetes.io/component: controller
......
......@@ -3,7 +3,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
labels:
{{ include "gitlab.standardLabels" . | indent 4 }}
{{- include "gitlab.standardLabels" . | nindent 4 }}
component: "{{ .Values.controller.name }}"
{{- include "ingress-nginx.labels" . | nindent 4 }}
app.kubernetes.io/component: controller
......
......@@ -3,7 +3,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
labels:
{{ include "gitlab.standardLabels" . | indent 4 }}
{{- include "gitlab.standardLabels" . | nindent 4 }}
component: "{{ .Values.controller.name }}"
{{- include "ingress-nginx.labels" . | nindent 4 }}
app.kubernetes.io/component: controller
......
......@@ -7,7 +7,7 @@ metadata:
{{ $key }}: {{ $value | quote }}
{{- end }}
labels:
{{ include "gitlab.standardLabels" . | indent 4 }}
{{- include "gitlab.standardLabels" . | nindent 4 }}
component: "{{ .Values.controller.name }}"
{{- include "ingress-nginx.labels" . | nindent 4 }}
app.kubernetes.io/component: controller
......
......@@ -6,7 +6,7 @@ metadata:
annotations: {{ toYaml .Values.controller.metrics.service.annotations | nindent 4 }}
{{- end }}
labels:
{{ include "gitlab.standardLabels" . | indent 4 }}
{{- include "gitlab.standardLabels" . | nindent 4 }}
component: "{{ .Values.controller.name }}"
{{- include "ingress-nginx.labels" . | nindent 4 }}
app.kubernetes.io/component: controller
......
......@@ -7,7 +7,7 @@ metadata:
{{- end }}
labels:
component: "{{ .Values.controller.name }}"
{{ include "gitlab.standardLabels" . | indent 4 }}
{{- include "gitlab.standardLabels" . | nindent 4 }}
{{- include "ingress-nginx.labels" . | nindent 4 }}
app.kubernetes.io/component: controller
name: {{ include "ingress-nginx.controller.fullname" . }}-admission
......
......@@ -7,7 +7,7 @@ metadata:
{{ $key }}: {{ $value | quote }}
{{- end }}
labels:
{{ include "gitlab.standardLabels" . | indent 4 }}
{{- include "gitlab.standardLabels" . | nindent 4 }}
component: "{{ .Values.controller.name }}"
{{- include "ingress-nginx.labels" . | nindent 4 }}
app.kubernetes.io/component: controller
......
......@@ -3,7 +3,7 @@ apiVersion: v1
kind: ServiceAccount
metadata:
labels:
{{ include "gitlab.standardLabels" . | indent 4 }}
{{- include "gitlab.standardLabels" . | nindent 4 }}
component: "{{ .Values.controller.name }}"
{{- include "ingress-nginx.labels" . | nindent 4 }}
app.kubernetes.io/component: controller
......
......@@ -7,7 +7,7 @@ metadata:
namespace: {{ .Values.controller.metrics.serviceMonitor.namespace }}
{{- end }}
labels:
{{ include "gitlab.standardLabels" . | indent 4 }}
{{- include "gitlab.standardLabels" . | nindent 4 }}
component: "{{ .Values.controller.name }}"
{{- include "ingress-nginx.labels" . | nindent 4 }}
app.kubernetes.io/component: controller
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment