Skip to content

Commit

Permalink
Fix openapi path prefixes for validators and mutators (#732)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha authored Apr 8, 2019
1 parent fe9c3ec commit 263f7f6
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions chart/stash/templates/mutating-webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,27 +119,6 @@ webhooks:
{{- if and (ge $major 1) (ge $minor 12) }}
sideEffects: None
{{- end }}
- name: deploymentconfig.admission.stash.appscode.com
clientConfig:
service:
namespace: default
name: kubernetes
path: /apis/admission.stash.appscode.com/v1alpha1/deploymentconfigs
caBundle: {{ b64enc .Values.apiserver.ca }}
rules:
- operations:
- CREATE
- UPDATE
apiGroups:
- apps.openshift.io
apiVersions:
- "*"
resources:
- deploymentconfigs
failurePolicy: Ignore
{{- if and (ge $major 1) (ge $minor 12) }}
sideEffects: None
{{- end }}
- name: deploymentconfig.admission.stash.appscode.com
clientConfig:
service:
Expand Down

0 comments on commit 263f7f6

Please sign in to comment.