Skip to content

Commit

Permalink
Copying error fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
blaskoa committed Oct 20, 2023
1 parent a4b1276 commit 0c729b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions templates/countly-publisher-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ spec:
{{- with .Values.podAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.authApi.podAnnotations }}
{{- with .Values.countlyPublisher.podAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
{{- $selectorLabels | nindent 8 }}
{{- with .Values.podLabels }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.authApi.podLabels }}
{{- with .Values.countlyPublisher.podLabels }}
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
Expand Down
4 changes: 2 additions & 2 deletions templates/edge-streams/access-controller-svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
{{- with .Values.serviceLabels }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.api.service.labels }}
{{- with .Values.accessController.service.labels }}
{{- toYaml . | nindent 4 }}
{{- end }}
annotations:
Expand Down Expand Up @@ -36,7 +36,7 @@ metadata:
{{- with .Values.serviceLabels }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.api.service.labels }}
{{- with .Values.accessController.service.labels }}
{{- toYaml . | nindent 4 }}
{{- end }}
annotations:
Expand Down

0 comments on commit 0c729b7

Please sign in to comment.