Skip to content

Commit

Permalink
Merge pull request #821 from Comcast/flat-file-auto-regen
Browse files Browse the repository at this point in the history
Flat Spec File Regeneration
  • Loading branch information
Eric Greer committed Feb 4, 2021
2 parents 5884659 + 9a8c40c commit 1b5d0c6
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
30 changes: 15 additions & 15 deletions deploy/kuberhealthy-prometheus-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,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 @@ -178,19 +191,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 @@ -431,7 +431,7 @@ spec:
fieldPath: metadata.namespace
- name: CHECK_POD_TIMEOUT
value: "10m"
image: kuberhealthy/daemonset-check:v3.2.3
image: kuberhealthy/daemonset-check:v3.2.5
imagePullPolicy: IfNotPresent
name: main
resources:
Expand All @@ -458,7 +458,7 @@ spec:
fsGroup: 999
containers:
- name: deployment
image: kuberhealthy/deployment-check:v1.7.1
image: kuberhealthy/deployment-check:v1.8.1
imagePullPolicy: IfNotPresent
env:
- name: CHECK_DEPLOYMENT_REPLICAS
Expand Down
16 changes: 8 additions & 8 deletions deploy/kuberhealthy-prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,28 +195,28 @@ rules:
apiVersion: "rbac.authorization.k8s.io/v1"
kind: ClusterRoleBinding
metadata:
name: kuberhealthy-daemonset-khcheck
name: kuberhealthy
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: kuberhealthy-daemonset-khcheck
name: kuberhealthy
subjects:
- kind: ServiceAccount
name: daemonset-khcheck
name: kuberhealthy
namespace: kuberhealthy
---
# Source: kuberhealthy/templates/clusterrolebinding.yaml
apiVersion: "rbac.authorization.k8s.io/v1"
kind: ClusterRoleBinding
metadata:
name: kuberhealthy
name: kuberhealthy-daemonset-khcheck
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: kuberhealthy
name: kuberhealthy-daemonset-khcheck
subjects:
- kind: ServiceAccount
name: kuberhealthy
name: daemonset-khcheck
namespace: kuberhealthy
---
# Source: kuberhealthy/templates/khcheck-daemonset.yaml
Expand Down Expand Up @@ -434,7 +434,7 @@ spec:
fieldPath: metadata.namespace
- name: CHECK_POD_TIMEOUT
value: "10m"
image: kuberhealthy/daemonset-check:v3.2.3
image: kuberhealthy/daemonset-check:v3.2.5
imagePullPolicy: IfNotPresent
name: main
resources:
Expand All @@ -461,7 +461,7 @@ spec:
fsGroup: 999
containers:
- name: deployment
image: kuberhealthy/deployment-check:v1.7.1
image: kuberhealthy/deployment-check:v1.8.1
imagePullPolicy: IfNotPresent
env:
- name: CHECK_DEPLOYMENT_REPLICAS
Expand Down
4 changes: 2 additions & 2 deletions deploy/kuberhealthy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ spec:
fieldPath: metadata.namespace
- name: CHECK_POD_TIMEOUT
value: "10m"
image: kuberhealthy/daemonset-check:v3.2.3
image: kuberhealthy/daemonset-check:v3.2.5
imagePullPolicy: IfNotPresent
name: main
resources:
Expand All @@ -457,7 +457,7 @@ spec:
fsGroup: 999
containers:
- name: deployment
image: kuberhealthy/deployment-check:v1.7.1
image: kuberhealthy/deployment-check:v1.8.1
imagePullPolicy: IfNotPresent
env:
- name: CHECK_DEPLOYMENT_REPLICAS
Expand Down

0 comments on commit 1b5d0c6

Please sign in to comment.