File tree Expand file tree Collapse file tree 4 files changed +17
-16
lines changed
Expand file tree Collapse file tree 4 files changed +17
-16
lines changed Original file line number Diff line number Diff line change 22self-hosted-runner :
33 # Labels of self-hosted runner in array of strings.
44 labels :
5- - " self-hosted"
6- - " proxmox"
7- - " e2e"
8- - " capmox"
9- - " dcd-playground"
5+ - " self-hosted"
6+ - " proxmox"
7+ - " e2e"
8+ - " capmox"
9+ - " dcd-playground"
1010# Configuration variables in array of strings defined in your repository or
1111# organization. `null` means disabling configuration variables check.
1212# Empty array means no configuration variable is allowed.
Original file line number Diff line number Diff line change 44apiVersion : admissionregistration.k8s.io/v1
55kind : MutatingWebhookConfiguration
66metadata :
7- labels :
8- app.kubernetes.io/name : mutatingwebhookconfiguration
9- app.kubernetes.io/instance : mutating-webhook-configuration
10- app.kubernetes.io/component : webhook
11- app.kubernetes.io/created-by : cluster-api-provider-proxmox
12- app.kubernetes.io/part-of : cluster-api-provider-proxmox
13- app.kubernetes.io/managed-by : kustomize
14- name : mutating-webhook-configuration
15- annotations :
16- cert-manager.io/inject-ca-from : CERTIFICATE_NAMESPACE/CERTIFICATE_NAME
7+ labels :
8+ app.kubernetes.io/name : mutatingwebhookconfiguration
9+ app.kubernetes.io/instance : mutating-webhook-configuration
10+ app.kubernetes.io/component : webhook
11+ app.kubernetes.io/created-by : cluster-api-provider-proxmox
12+ app.kubernetes.io/part-of : cluster-api-provider-proxmox
13+ app.kubernetes.io/managed-by : kustomize
14+ name : mutating-webhook-configuration
15+ annotations :
16+ cert-manager.io/inject-ca-from : CERTIFICATE_NAMESPACE/CERTIFICATE_NAME
1717---
1818apiVersion : admissionregistration.k8s.io/v1
1919kind : ValidatingWebhookConfiguration
Original file line number Diff line number Diff line change 1+ ---
12resources :
23- manager.yaml
34apiVersion : kustomize.config.k8s.io/v1beta1
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ metadata:
77 app.kubernetes.io/managed-by : kustomize
88 name : proxmoxmachine-sample
99spec :
10- # TODO(user): Add fields here
10+ # TODO(user): Add fields here
You can’t perform that action at this time.
0 commit comments