Skip to content

Commit

Permalink
[FIX] svc monitor matchLabels indent
Browse files Browse the repository at this point in the history
[FIX] svc monitor matchLabels indent
  • Loading branch information
nicolastakashi authored Dec 28, 2021
2 parents 6c17767 + 550d0c0 commit cb97129
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/cole/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.0
version: 1.0.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 2 additions & 2 deletions charts/cole/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ spec:
- {{ .Release.Namespace }}
selector:
matchLabels:
{{- include "cole.selectorLabels" . | nindent 4 }}
{{- end}}
{{- include "cole.selectorLabels" . | nindent 6 }}
{{- end}}
2 changes: 1 addition & 1 deletion charts/cole/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image:
repository: ntakashi/cole
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "1.0.0"
tag: "1.1.0"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit cb97129

Please sign in to comment.