github.com/verrazzano/verrazzano@v1.7.0/platform-operator/thirdparty/manifests/README.md (about)

     1  # Manifests
     2  
     3  The external Kubernetes manifests used by Verrazzano.
     4  
     5  ## Cert-Manager
     6  
     7  The `cert-manager` folder content was created by running the following commands:
     8  
     9  ```
    10  export CERT_MANAGER_RELEASE=1.2.0
    11  curl -L -o "cert-manager.crds.yaml" \
    12      "https://github.com/cert-manager/cert-manager/releases/download/v${CERT_MANAGER_RELEASE}/cert-manager.crds.yaml"
    13  ```
    14  
    15  ## Prometheus Operator
    16  
    17  The `prometheus-operator` folder contains template Prometheus ServiceMonitor and PodMonitor resources that are applied during install and upgrade. The monitors
    18  will cause Prometheus to collect metrics from Verrazzano system components.
    19  
    20  The `prometheus-operator` folder and all of the files contained in the folder were created by the Verrazzano development team.