diff --git a/Makefile b/Makefile index 0ebe8d4..67cc7c3 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,8 @@ ci: --dry-run -o yaml | \ oc annotate -f - release.openshift.io/verification-config-map= \ include.release.openshift.io/self-managed-high-availability="true" \ - -n openshift-config-managed --local --dry-run -o yaml >> \ + include.release.openshift.io/single-node-developer="true" \ + -n openshift-config-managed --local --dry-run=client -o yaml >> \ manifests/0000_90_cluster-update-keys_configmap.yaml; \ echo " namespace: openshift-config-managed" >> \ manifests/0000_90_cluster-update-keys_configmap.yaml @@ -33,10 +34,11 @@ rhel: --from-file=$$keydir/verifier-public-key-redhat \ --from-file=stores/store-openshift-official-release \ --from-file=stores/store-openshift-official-release-mirror \ - --dry-run -o yaml | \ + --dry-run=client -o yaml | \ oc annotate -f - release.openshift.io/verification-config-map= \ include.release.openshift.io/self-managed-high-availability="true" \ - -n openshift-config-managed --local --dry-run -o yaml >> \ + include.release.openshift.io/single-node-developer="true" \ + -n openshift-config-managed --local --dry-run=client -o yaml >> \ manifests.rhel/0000_90_cluster-update-keys_configmap.yaml; \ echo " namespace: openshift-config-managed" >> \ manifests.rhel/0000_90_cluster-update-keys_configmap.yaml diff --git a/manifests.rhel/0000_90_cluster-update-keys_configmap.yaml b/manifests.rhel/0000_90_cluster-update-keys_configmap.yaml index fb8278a..a6851e0 100644 --- a/manifests.rhel/0000_90_cluster-update-keys_configmap.yaml +++ b/manifests.rhel/0000_90_cluster-update-keys_configmap.yaml @@ -61,6 +61,7 @@ kind: ConfigMap metadata: annotations: include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" release.openshift.io/verification-config-map: "" creationTimestamp: null name: release-verification diff --git a/manifests/0000_90_cluster-update-keys_configmap.yaml b/manifests/0000_90_cluster-update-keys_configmap.yaml index 38d0944..e9eb89f 100644 --- a/manifests/0000_90_cluster-update-keys_configmap.yaml +++ b/manifests/0000_90_cluster-update-keys_configmap.yaml @@ -37,6 +37,7 @@ kind: ConfigMap metadata: annotations: include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" release.openshift.io/verification-config-map: "" creationTimestamp: null name: release-verification