Skip to content

Commit

Permalink
Fix indentation for pod-sweeper namespace (#22491)
Browse files Browse the repository at this point in the history
* Update pod-sweeper to allow multi-ns deploy

* nit newline

* Fix namespace indent
  • Loading branch information
xpuska513 authored Feb 7, 2023
1 parent 4551723 commit e21bf8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/airbyte-pod-sweeper/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ include "common.names.fullname" . }}-pod-sweeper
namespace: {{ .Values.namespace | default .Release.Namespace }}
labels:
{{- include "airbyte.labels" . | nindent 4 }}
namespace: {{ .Values.namespace | default .Release.Namespace }}
Expand Down

0 comments on commit e21bf8c

Please sign in to comment.