diff --git a/README.md b/README.md index d11e1c8d9..7ef260e2e 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ can be viewed in a cluster with: $ oc get crd openshiftcontrollermanagers.operator.openshift.io -o yaml ``` +## Test Many OpenShift ClusterOperators share common build, test, deployment, and update methods. For more information about how to build, deploy, test, update, and develop OpenShift ClusterOperators, see [OpenShift ClusterOperator and Operand Developer Document](https://github.com/openshift/enhancements/blob/master/dev-guide/operators.md#how-do-i-buildupdateverifyrun-unit-tests) diff --git a/manifests/03_configmap.yaml b/manifests/03_configmap.yaml index ba74bece7..adb31f12b 100644 --- a/manifests/03_configmap.yaml +++ b/manifests/03_configmap.yaml @@ -8,6 +8,7 @@ metadata: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" include.release.openshift.io/single-node-developer: "true" + config.openshift.io/inject-tls: "true" data: config.yaml: | apiVersion: operator.openshift.io/v1 diff --git a/manifests/09_deployment.yaml b/manifests/09_deployment.yaml index d1c06c85a..64cc94b3b 100644 --- a/manifests/09_deployment.yaml +++ b/manifests/09_deployment.yaml @@ -45,6 +45,7 @@ spec: command: ["cluster-openshift-controller-manager-operator", "operator"] args: - "--config=/var/run/configmaps/config/config.yaml" + - "--terminate-on-files=/var/run/configmaps/config/config.yaml" resources: requests: memory: 50Mi