Skip to content

Commit

Permalink
Update values.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinBisson committed Dec 10, 2024
1 parent 6c02e0f commit 9dd0c4f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions helm/object-storage-operator/templates/policy-exception.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{{- if .Values.global.podSecurityStandards.enforced }}
{{- if .Capabilities.APIVersions.Has "kyverno.io/v2beta1/PolicyException" }}
{{- if eq .Values.managementCluster.provider.kind "capz" }}
apiVersion: kyverno.io/v2beta1
Expand Down Expand Up @@ -33,4 +32,3 @@ spec:
- {{ include "resource.default.namespace" . }}
{{- end }}
{{- end }}
{{- end }}
13 changes: 0 additions & 13 deletions helm/object-storage-operator/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,6 @@
}
}
},
"global": {
"type": "object",
"properties": {
"podSecurityStandards": {
"type": "object",
"properties": {
"enforced": {
"type": "boolean"
}
}
}
}
},
"image": {
"type": "object",
"properties": {
Expand Down

0 comments on commit 9dd0c4f

Please sign in to comment.