Fix linting issues
This commit is contained in:
parent
dce3ddf743
commit
567f68a271
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
# Binaries for programs and plugins
|
# Binaries for programs and plugins
|
||||||
*.exe
|
*.exe
|
||||||
*.exe~
|
*.exe~
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# The following manifests contain a self-signed issuer CR and a certificate CR.
|
# The following manifests contain a self-signed issuer CR and a certificate CR.
|
||||||
# More document can be found at https://docs.cert-manager.io
|
# More document can be found at https://docs.cert-manager.io
|
||||||
# WARNING: Targets CertManager 0.11 check https://docs.cert-manager.io/en/latest/tasks/upgrading/index.html for
|
# WARNING: Targets CertManager 0.11 check https://docs.cert-manager.io/en/latest/tasks/upgrading/index.html for
|
||||||
# breaking changes
|
# breaking changes
|
||||||
apiVersion: cert-manager.io/v1alpha2
|
apiVersion: cert-manager.io/v1alpha2
|
||||||
kind: Issuer
|
kind: Issuer
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# This configuration is for teaching kustomize how to update name ref and var substitution
|
# This configuration is for teaching kustomize how to update name ref and var substitution
|
||||||
nameReference:
|
nameReference:
|
||||||
- kind: Issuer
|
- kind: Issuer
|
||||||
group: cert-manager.io
|
group: cert-manager.io
|
||||||
|
@ -16,12 +16,12 @@ bases:
|
|||||||
- ../crd
|
- ../crd
|
||||||
- ../rbac
|
- ../rbac
|
||||||
- ../manager
|
- ../manager
|
||||||
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix including the one in
|
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix including the one in
|
||||||
# crd/kustomization.yaml
|
# crd/kustomization.yaml
|
||||||
#- ../webhook
|
#- ../webhook
|
||||||
# [CERTMANAGER] To enable cert-manager, uncomment all sections with 'CERTMANAGER'. 'WEBHOOK' components are required.
|
# [CERTMANAGER] To enable cert-manager, uncomment all sections with 'CERTMANAGER'. 'WEBHOOK' components are required.
|
||||||
#- ../certmanager
|
#- ../certmanager
|
||||||
# [PROMETHEUS] To enable prometheus monitor, uncomment all sections with 'PROMETHEUS'.
|
# [PROMETHEUS] To enable prometheus monitor, uncomment all sections with 'PROMETHEUS'.
|
||||||
#- ../prometheus
|
#- ../prometheus
|
||||||
|
|
||||||
patchesStrategicMerge:
|
patchesStrategicMerge:
|
||||||
@ -30,7 +30,7 @@ patchesStrategicMerge:
|
|||||||
# endpoint w/o any authn/z, please comment the following line.
|
# endpoint w/o any authn/z, please comment the following line.
|
||||||
- manager_auth_proxy_patch.yaml
|
- manager_auth_proxy_patch.yaml
|
||||||
|
|
||||||
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix including the one in
|
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix including the one in
|
||||||
# crd/kustomization.yaml
|
# crd/kustomization.yaml
|
||||||
#- manager_webhook_patch.yaml
|
#- manager_webhook_patch.yaml
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# This patch inject a sidecar container which is a HTTP proxy for the
|
# This patch inject a sidecar container which is a HTTP proxy for the
|
||||||
# controller manager, it performs RBAC authorization against the Kubernetes API using SubjectAccessReviews.
|
# controller manager, it performs RBAC authorization against the Kubernetes API using SubjectAccessReviews.
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
|
@ -95,7 +95,7 @@ status:
|
|||||||
sushy?: complete|failed
|
sushy?: complete|failed
|
||||||
domains: complete|failed
|
domains: complete|failed
|
||||||
bmh: complete|failed
|
bmh: complete|failed
|
||||||
lastUpdated:
|
lastUpdated:
|
||||||
nodes:
|
nodes:
|
||||||
- node1:
|
- node1:
|
||||||
hypervisor:
|
hypervisor:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user