Skip to content

Commit

Permalink
Merge pull request #887 from Comcast/flat-file-auto-regen
Browse files Browse the repository at this point in the history
Flat Spec File Regeneration
  • Loading branch information
joshulyne committed Apr 14, 2021
2 parents 9a2128b + 1fd1c14 commit 46934bb
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 42 deletions.
28 changes: 14 additions & 14 deletions deploy/kuberhealthy-prometheus-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,19 +112,6 @@ metadata:
# Source: kuberhealthy/templates/clusterrole.yaml
apiVersion: "rbac.authorization.k8s.io/v1"
kind: ClusterRole
metadata:
name: kuberhealthy-daemonset-khcheck
rules:
- apiGroups:
- ""
resources:
- nodes
verbs:
- list
---
# Source: kuberhealthy/templates/clusterrole.yaml
apiVersion: "rbac.authorization.k8s.io/v1"
kind: ClusterRole
metadata:
name: kuberhealthy
rules:
Expand Down Expand Up @@ -192,6 +179,19 @@ rules:
verbs:
- create
---
# Source: kuberhealthy/templates/clusterrole.yaml
apiVersion: "rbac.authorization.k8s.io/v1"
kind: ClusterRole
metadata:
name: kuberhealthy-daemonset-khcheck
rules:
- apiGroups:
- ""
resources:
- nodes
verbs:
- list
---
# Source: kuberhealthy/templates/clusterrolebinding.yaml
apiVersion: "rbac.authorization.k8s.io/v1"
kind: ClusterRoleBinding
Expand Down Expand Up @@ -362,7 +362,7 @@ spec:
serviceAccountName: kuberhealthy
automountServiceAccountToken: true
containers:
- image: kuberhealthy/kuberhealthy:v2.4.0
- image: kuberhealthy/kuberhealthy:v2.4.1
command: [/app/kuberhealthy]
ports:
- containerPort: 8080
Expand Down
28 changes: 14 additions & 14 deletions deploy/kuberhealthy-prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,19 +112,6 @@ metadata:
# Source: kuberhealthy/templates/clusterrole.yaml
apiVersion: "rbac.authorization.k8s.io/v1"
kind: ClusterRole
metadata:
name: kuberhealthy-daemonset-khcheck
rules:
- apiGroups:
- ""
resources:
- nodes
verbs:
- list
---
# Source: kuberhealthy/templates/clusterrole.yaml
apiVersion: "rbac.authorization.k8s.io/v1"
kind: ClusterRole
metadata:
name: kuberhealthy
rules:
Expand Down Expand Up @@ -192,6 +179,19 @@ rules:
verbs:
- create
---
# Source: kuberhealthy/templates/clusterrole.yaml
apiVersion: "rbac.authorization.k8s.io/v1"
kind: ClusterRole
metadata:
name: kuberhealthy-daemonset-khcheck
rules:
- apiGroups:
- ""
resources:
- nodes
verbs:
- list
---
# Source: kuberhealthy/templates/clusterrolebinding.yaml
apiVersion: "rbac.authorization.k8s.io/v1"
kind: ClusterRoleBinding
Expand Down Expand Up @@ -365,7 +365,7 @@ spec:
serviceAccountName: kuberhealthy
automountServiceAccountToken: true
containers:
- image: kuberhealthy/kuberhealthy:v2.4.0
- image: kuberhealthy/kuberhealthy:v2.4.1
command: [/app/kuberhealthy]
ports:
- containerPort: 8080
Expand Down
28 changes: 14 additions & 14 deletions deploy/kuberhealthy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,19 @@ metadata:
# Source: kuberhealthy/templates/clusterrole.yaml
apiVersion: "rbac.authorization.k8s.io/v1"
kind: ClusterRole
metadata:
name: kuberhealthy-daemonset-khcheck
rules:
- apiGroups:
- ""
resources:
- nodes
verbs:
- list
---
# Source: kuberhealthy/templates/clusterrole.yaml
apiVersion: "rbac.authorization.k8s.io/v1"
kind: ClusterRole
metadata:
name: kuberhealthy
rules:
Expand Down Expand Up @@ -179,19 +192,6 @@ rules:
verbs:
- create
---
# Source: kuberhealthy/templates/clusterrole.yaml
apiVersion: "rbac.authorization.k8s.io/v1"
kind: ClusterRole
metadata:
name: kuberhealthy-daemonset-khcheck
rules:
- apiGroups:
- ""
resources:
- nodes
verbs:
- list
---
# Source: kuberhealthy/templates/clusterrolebinding.yaml
apiVersion: "rbac.authorization.k8s.io/v1"
kind: ClusterRoleBinding
Expand Down Expand Up @@ -361,7 +361,7 @@ spec:
serviceAccountName: kuberhealthy
automountServiceAccountToken: true
containers:
- image: kuberhealthy/kuberhealthy:v2.4.0
- image: kuberhealthy/kuberhealthy:v2.4.1
command: [/app/kuberhealthy]
ports:
- containerPort: 8080
Expand Down

0 comments on commit 46934bb

Please sign in to comment.