Skip to content

Commit 799a164

Browse files
authored
Merge pull request #578 from jetstack/remove_unused_code
Remove unused scripts
2 parents 8d559ad + 336a802 commit 799a164

File tree

8 files changed

+15
-123
lines changed

8 files changed

+15
-123
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

builder.dockerfile

Lines changed: 0 additions & 39 deletions
This file was deleted.

deploy/charts/venafi-kubernetes-agent/README.md

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# venafi-kubernetes-agent
22

3-
The Venafi Kubernetes Agent connects your Kubernetes or Openshift cluster to the Venafi Control Plane.
4-
5-
![Version: 0.1.49](https://img.shields.io/badge/Version-0.1.49-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.49](https://img.shields.io/badge/AppVersion-v0.1.49-informational?style=flat-square)
6-
73
The Venafi Kubernetes Agent connects your Kubernetes or OpenShift cluster to the Venafi Control Plane.
84
You will require a Venafi Control Plane account to connect your cluster.
95
If you do not have one, you can sign up for a free trial now at:
@@ -444,6 +440,16 @@ Control Plane.
444440
> ```
445441
446442
Enable or disable the PodDisruptionBudget resource, which helps prevent downtime during voluntary disruptions such as during a Node upgrade.
443+
#### **podDisruptionBudget.minAvailable** ~ `number`
444+
445+
Configure the minimum available pods for disruptions. Can either be set to an integer (e.g. 1) or a percentage value (e.g. 25%).
446+
Cannot be used if `maxUnavailable` is set.
447+
448+
#### **podDisruptionBudget.maxUnavailable** ~ `number`
449+
450+
Configure the maximum unavailable pods for disruptions. Can either be set to an integer (e.g. 1) or a percentage value (e.g. 25%).
451+
Cannot be used if `minAvailable` is set.
452+
447453
### CRDs
448454
449455
@@ -469,20 +475,5 @@ This option makes it so that the "helm.sh/resource-policy": keep annotation is a
469475
> ```
470476
471477
When set to false, the rendered output does not contain the. VenafiConnection CRDs and RBAC. This is useful for when the. Venafi Connection resources are already installed separately.
472-
#### **podDisruptionBudget.enabled** ~ `bool`
473-
> Default value:
474-
> ```yaml
475-
> false
476-
> ```
477-
#### **podDisruptionBudget.minAvailable** ~ `number`
478-
> Default value:
479-
> ```yaml
480-
> 1
481-
> ```
482-
#### **podDisruptionBudget.maxUnavailable** ~ `number`
483-
> Default value:
484-
> ```yaml
485-
> 1
486-
> ```
487478
488479
<!-- /AUTO-GENERATED -->

deploy/charts/venafi-kubernetes-agent/README.md.gotmpl

Lines changed: 0 additions & 18 deletions
This file was deleted.

deploy/charts/venafi-kubernetes-agent/values.schema.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,14 +477,15 @@
477477
},
478478
"helm-values.podDisruptionBudget.enabled": {
479479
"default": false,
480+
"description": "Enable or disable the PodDisruptionBudget resource, which helps prevent downtime during voluntary disruptions such as during a Node upgrade.",
480481
"type": "boolean"
481482
},
482483
"helm-values.podDisruptionBudget.maxUnavailable": {
483-
"default": 1,
484+
"description": "Configure the maximum unavailable pods for disruptions. Can either be set to an integer (e.g. 1) or a percentage value (e.g. 25%).\nCannot be used if `minAvailable` is set.",
484485
"type": "number"
485486
},
486487
"helm-values.podDisruptionBudget.minAvailable": {
487-
"default": 1,
488+
"description": "Configure the minimum available pods for disruptions. Can either be set to an integer (e.g. 1) or a percentage value (e.g. 25%).\nCannot be used if `maxUnavailable` is set.",
488489
"type": "number"
489490
},
490491
"helm-values.podSecurityContext": {

deploy/charts/venafi-kubernetes-agent/values.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -254,11 +254,13 @@ podDisruptionBudget:
254254
# Configure the minimum available pods for disruptions. Can either be set to
255255
# an integer (e.g. 1) or a percentage value (e.g. 25%).
256256
# Cannot be used if `maxUnavailable` is set.
257+
# +docs:property
257258
# minAvailable: 1
258259

259260
# Configure the maximum unavailable pods for disruptions. Can either be set to
260261
# an integer (e.g. 1) or a percentage value (e.g. 25%).
261262
# Cannot be used if `minAvailable` is set.
263+
# +docs:property
262264
# maxUnavailable: 1
263265

264266
# +docs:section=CRDs
@@ -284,8 +286,3 @@ crds:
284286
# VenafiConnection CRDs and RBAC. This is useful for when the
285287
# Venafi Connection resources are already installed separately.
286288
include: false
287-
288-
podDisruptionBudget:
289-
enabled: false
290-
minAvailable: 1
291-
maxUnavailable: 1

make/util/checkhash.sh

Lines changed: 0 additions & 20 deletions
This file was deleted.

make/util/hash.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)