Skip to content

Commit c7f2e17

Browse files
committed
operator/chart: remove unused KubeRBACProxy field
Kube RBAC Proxy was removed in a previous commit but the field in the values struct was left behind. This commit removes the leftover field.
1 parent 5e6ba16 commit c7f2e17

File tree

3 files changed

+0
-36
lines changed

3 files changed

+0
-36
lines changed

operator/chart/values.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ type Values struct {
3636
ReplicaCount int32 `json:"replicaCount"`
3737
ClusterDomain string `json:"clusterDomain"`
3838
Image Image `json:"image"`
39-
KubeRBACProxy KubeRBACProxyConfig `json:"kubeRbacProxy"`
4039
Config Config `json:"config"`
4140
ImagePullSecrets []corev1.LocalObjectReference `json:"imagePullSecrets"`
4241
LogLevel string `json:"logLevel"`

operator/chart/values.schema.json

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -713,35 +713,6 @@
713713
}
714714
]
715715
},
716-
"kubeRbacProxy": {
717-
"additionalProperties": false,
718-
"properties": {
719-
"image": {
720-
"additionalProperties": false,
721-
"properties": {
722-
"pullPolicy": {
723-
"description": "The Kubernetes Pod image pull policy.",
724-
"pattern": "^(Always|Never|IfNotPresent)$",
725-
"type": "string"
726-
},
727-
"repository": {
728-
"type": "string"
729-
},
730-
"tag": {
731-
"type": "string"
732-
}
733-
},
734-
"required": [
735-
"pullPolicy"
736-
],
737-
"type": "object"
738-
},
739-
"logLevel": {
740-
"type": "integer"
741-
}
742-
},
743-
"type": "object"
744-
},
745716
"livenessProbe": {
746717
"additionalProperties": false,
747718
"properties": {

operator/chart/values_partial.gen.go

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)