cert-manager-cop

command module
v0.1.25 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 22, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

README

CertManager Component Operator

REUSE status

About this project

Component Operator for https://cert-manager.io.

After installing this component operator into a Kubernetes cluster, cert-manager may be installed by deploying

apiVersion: operator.kyma-project.io/v1alpha1
kind: CertManager
metadata:
  name: cert-manager
# spec:
  # optional spec attributes

In spec, all values of the upstream Helm chart are allowed. Caveats:

  • the component operator does not perform any validation, it just passes the provided spec as values to the helm chart
  • the supported/allowed spec format might change, when the included upstream chart changes
  • the helm chart has an option to skip deployment of custom resource definitions; the component operator will forcefully overwrite the according switch (Values.installCRDs) to be always true
  • deploying multiple CertManager resources in a cluster will not work.

In addition, the following attributes can be supplied in spec:

  • namespace: target namespace for the cert-manager (if not specified, the namespace of the owning CertManager resource will be used)
  • name: target name for the deployed cert-manager (if not specified, generated resources will be prefixed with the name of the owning CertManager resource)
  • additionalResources: array of additional resource manifests that will be deployed along with the cert-manager.

Support, Feedback, Contributing

This project is open to feature requests/suggestions, bug reports etc. via GitHub issues. Contribution and feedback are encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our Contribution Guidelines.

Code of Conduct

We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone. By participating in this project, you agree to abide by its Code of Conduct at all times.

Licensing

Copyright 2023 SAP SE or an SAP affiliate company and cert-manager-cop contributors. Please see our LICENSE for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the REUSE tool.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
api
v1alpha1
Package v1alpha1 contains API Schema definitions for the operator v1alpha1 API group.
Package v1alpha1 contains API Schema definitions for the operator v1alpha1 API group.
internal
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL