Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
d1254738
Commit
d1254738
authored
2 years ago
by
Prasath Sivasubramaniyan
Browse files
Options
Download
Patches
Plain Diff
v1updated
parent
0b71fd6c
upstream/release-5.1.0-vdn
login-changes
loginRegisterBtn
prasath-release-5.1.0
release-5.1.0
release-5.1.0-api
release-5.1.0-apiuat
release-5.1.0-bulk-enrol-unenrol
release-5.1.0-uat
release-5.1.0-uatLatest
release-5.1.0-uatapi
release-5.1.0-upsmf-prod
release-uat-nginx
revert-5-login-changes
1 merge request
!16
Release 5.1.0 api
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
kubernetes/helm_charts/istio-system/istio/charts/galley/templates/validatingwebhookconfiguration.yaml.tpl
+1
-1
.../galley/templates/validatingwebhookconfiguration.yaml.tpl
kubernetes/helm_charts/istio-system/istio/charts/sidecarInjectorWebhook/templates/mutatingwebhook.yaml
+1
-1
...rts/sidecarInjectorWebhook/templates/mutatingwebhook.yaml
kubernetes/helm_charts/monitoring/prometheus-operator/templates/prometheus-operator/admission-webhooks/mutatingWebhookConfiguration.yaml
+1
-1
...ator/admission-webhooks/mutatingWebhookConfiguration.yaml
kubernetes/helm_charts/monitoring/prometheus-operator/templates/prometheus-operator/admission-webhooks/validatingWebhookConfiguration.yaml
+1
-1
...or/admission-webhooks/validatingWebhookConfiguration.yaml
with
4 additions
and
4 deletions
+4
-4
kubernetes/helm_charts/istio-system/istio/charts/galley/templates/validatingwebhookconfiguration.yaml.tpl
+
1
−
1
View file @
d1254738
{
{
define
"validatingwebhookconfiguration.yaml.tpl"
}
}
apiVersion: admissionregistration.k8s.io/v1
beta1
apiVersion: admissionregistration.k8s.io/v1
kind: ValidatingWebhookConfiguration
metadata:
name: istio-galley
...
...
This diff is collapsed.
Click to expand it.
kubernetes/helm_charts/istio-system/istio/charts/sidecarInjectorWebhook/templates/mutatingwebhook.yaml
+
1
−
1
View file @
d1254738
apiVersion
:
admissionregistration.k8s.io/v1
beta1
apiVersion
:
admissionregistration.k8s.io/v1
kind
:
MutatingWebhookConfiguration
metadata
:
name
:
istio-sidecar-injector
...
...
This diff is collapsed.
Click to expand it.
kubernetes/helm_charts/monitoring/prometheus-operator/templates/prometheus-operator/admission-webhooks/mutatingWebhookConfiguration.yaml
+
1
−
1
View file @
d1254738
{{
- if and .Values.prometheusOperator.admissionWebhooks.enabled
}}
apiVersion
:
admissionregistration.k8s.io/v1
beta1
apiVersion
:
admissionregistration.k8s.io/v1
kind
:
MutatingWebhookConfiguration
metadata
:
name
:
{{
template "prometheus-operator.fullname" .
}}
-admission
...
...
This diff is collapsed.
Click to expand it.
kubernetes/helm_charts/monitoring/prometheus-operator/templates/prometheus-operator/admission-webhooks/validatingWebhookConfiguration.yaml
+
1
−
1
View file @
d1254738
{{
- if and .Values.prometheusOperator.admissionWebhooks.enabled
}}
apiVersion
:
admissionregistration.k8s.io/v1
beta1
apiVersion
:
admissionregistration.k8s.io/v1
kind
:
ValidatingWebhookConfiguration
metadata
:
name
:
{{
template "prometheus-operator.fullname" .
}}
-admission
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets