Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Fix mutating admission webhook (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
alembiewski authored Nov 14, 2019
1 parent 2d12a67 commit 265c957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kudo-operator/operator/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ tasks:
- spark-rbac.yaml
- spark-serviceaccount.yaml
- webhook-init-job.yaml
- spark-operator-deployment.yaml
- webhook-service.yaml
- spark-operator-deployment.yaml
- spark-history-server-deployment.yaml
- spark-history-server-service.yaml

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ spec:
- -enable-webhook=true
- -webhook-svc-namespace={{ .Namespace }}
- -webhook-port={{ .Params.webhookPort }}
- -webhook-svc-name={{ .OperatorName }}-webhook
- -webhook-svc-name={{ .Name }}-webhook
- -webhook-config-name={{ .OperatorName }}-webhook-config
{{- end }}

0 comments on commit 265c957

Please sign in to comment.