-
Notifications
You must be signed in to change notification settings - Fork 408
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make yurt-controller-manager take care of webhook configurations and …
…certs
- Loading branch information
Showing
17 changed files
with
466 additions
and
387 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,28 @@ | ||
{{/* vim: set filetype=mustache: */}} | ||
|
||
{{- define "yurt-controller-manager.fullname" -}} | ||
yurt-controller-manager | ||
{{- end -}} | ||
|
||
{{- define "yurt-controller-manager.name" -}} | ||
yurt-controller-manager | ||
{{- end -}} | ||
|
||
{{/* | ||
Selector labels | ||
*/}} | ||
{{- define "yurt-controller-manager.selectorLabels" -}} | ||
app.kubernetes.io/name: {{ include "yurt-controller-manager.name" . }} | ||
app.kubernetes.io/instance: {{ printf "yurt-controller-manager-%s" .Release.Name }} | ||
{{- end }} | ||
|
||
{{/* | ||
Common labels | ||
*/}} | ||
{{- define "yurt-controller-manager.labels" -}} | ||
{{ include "yurt-controller-manager.selectorLabels" . }} | ||
{{- if .Chart.AppVersion }} | ||
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} | ||
{{- end }} | ||
app.kubernetes.io/managed-by: {{ .Release.Service }} | ||
{{- end }} |
32 changes: 0 additions & 32 deletions
32
charts/openyurt/templates/admission-webhooks/job-patch/clusterrole.yaml
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
charts/openyurt/templates/admission-webhooks/job-patch/clusterrolebinding.yaml
This file was deleted.
Oops, something went wrong.
58 changes: 0 additions & 58 deletions
58
charts/openyurt/templates/admission-webhooks/job-patch/job-createSecret.yaml
This file was deleted.
Oops, something went wrong.
60 changes: 0 additions & 60 deletions
60
charts/openyurt/templates/admission-webhooks/job-patch/job-patchWebhook.yaml
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
charts/openyurt/templates/admission-webhooks/job-patch/role.yaml
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
charts/openyurt/templates/admission-webhooks/job-patch/rolebinding.yaml
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
charts/openyurt/templates/admission-webhooks/job-patch/serviceaccount.yaml
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
charts/openyurt/templates/admission-webhooks/mutatingwebhookconfiguration.yaml
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
charts/openyurt/templates/admission-webhooks/validatingwebhookconfiguration.yaml
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
charts/openyurt/templates/admission-webhooks/webhookService.yaml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.