Skip to content

Commit 53ce3a8

Browse files
authored
Merge pull request #274 from snyk/fix/gh_pages_yaml_parsing
fix: adding comments to our plain yaml files for Jekyll to ignore them
2 parents ec6fd46 + ea9935b commit 53ce3a8

3 files changed

+12
-0
lines changed

snyk-monitor-cluster-permissions.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#
2+
# This file sets up the cluster-wide permissions required to run the Kubernetes-Monitor
3+
#
4+
15
---
26
kind: ClusterRole
37
apiVersion: rbac.authorization.k8s.io/v1beta1

snyk-monitor-deployment.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#
2+
# This file creates the deployment that runs the Kubernetes-Monitor
3+
#
4+
15
apiVersion: apps/v1
26
kind: Deployment
37
metadata:

snyk-monitor-namespaced-permissions.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#
2+
# This file sets up the namespace-specific permissions required to run the Kubernetes-Monitor
3+
#
4+
15
---
26
kind: Role
37
apiVersion: rbac.authorization.k8s.io/v1beta1

0 commit comments

Comments
 (0)