Skip to content

Commit

Permalink
Fix labelling
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgxvii committed Nov 30, 2023
1 parent 684df41 commit 6421292
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ConfigMap
metadata:
name: {{ template "radar-oura-connector.fullname" . }}-properties
labels:
{{ include "radar-fitbit-connector.labels" . | indent 4 }}
{{ include "radar-oura-connector.labels" . | indent 4 }}
data:
source-oura.properties: |
name=radar-oura-source
Expand Down
2 changes: 1 addition & 1 deletion charts/radar-oura-connector/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Deployment
metadata:
name: {{ include "radar-oura-connector.fullname" . }}
labels:
{{ include "radar-fitbit-connector.labels" . | indent 4 }}
{{ include "radar-oura-connector.labels" . | indent 4 }}
spec:
replicas: {{ .Values.replicaCount }}
selector:
Expand Down
2 changes: 1 addition & 1 deletion charts/radar-oura-connector/templates/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: v1
metadata:
name: {{ template "radar-oura-connector.fullname" . }}
labels:
{{ include "radar-fitbit-connector.labels" . | indent 4 }}
{{ include "radar-oura-connector.labels" . | indent 4 }}
spec:
accessModes:
- {{ .Values.persistence.accessMode | quote }}
Expand Down
2 changes: 1 addition & 1 deletion charts/radar-oura-connector/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Service
metadata:
name: {{ include "radar-oura-connector.fullname" . }}
labels:
{{ include "radar-fitbit-connector.labels" . | indent 4 }}
{{ include "radar-oura-connector.labels" . | indent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
Expand Down

0 comments on commit 6421292

Please sign in to comment.