Skip to content

Commit 387b8bd

Browse files
committed
Added yamllint directive to ignore the file since it isn't a real yaml file.
1 parent ccd77a8 commit 387b8bd

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

Monitoring/monitor_fsxn_with_harvest_on_eks/harvest/templates/harvest-cm.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# yamllint disable-file
2+
# This file is not valid YaML because it is a Helm chart template.
13
{{- range .Values.fsxs.clusters }}
24
apiVersion: v1
35
kind: ConfigMap
@@ -10,4 +12,4 @@ data:
1012
SECRET_NAME: {{ .secretName | quote }}
1113
AWS_REGION: {{ .region | quote }}
1214
---
13-
{{ end }}
15+
{{ end }}

Monitoring/monitor_fsxn_with_harvest_on_eks/harvest/templates/harvest-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# yamllint disable-file
2+
# This file is not valid YaML because it is a Helm chart template.
13
{{- range .Values.fsxs.clusters }}
24
apiVersion: v1
35
kind: ConfigMap

Monitoring/monitor_fsxn_with_harvest_on_eks/harvest/templates/service-monitor.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# yamllint disable-file
2+
# This file is not valid YaML because it is a Helm chart template.
13
{{- range .Values.fsxs.clusters }}
24
apiVersion: monitoring.coreos.com/v1
35
kind: ServiceMonitor
@@ -21,4 +23,4 @@ spec:
2123
matchLabels:
2224
app: harvest-poller-{{ .name }}
2325
---
24-
{{ end }}
26+
{{ end }}

Monitoring/monitor_fsxn_with_harvest_on_eks/harvest/templates/service.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# yamllint disable-file
2+
# This file is not valid YaML because it is a Helm chart template.
13
{{- range .Values.fsxs.clusters }}
24
apiVersion: v1
35
kind: Service
@@ -14,4 +16,4 @@ spec:
1416
selector:
1517
app: harvest-poller-{{ .name }}
1618
---
17-
{{ end }}
19+
{{ end }}

0 commit comments

Comments
 (0)