From c4251b522df5aaa9c09dc32f36245b1a41044175 Mon Sep 17 00:00:00 2001 From: David Eads Date: Tue, 12 Feb 2019 16:34:38 -0500 Subject: [PATCH] add empty CRs --- empty-resources/0000_05_config-operator_02_dns.cr.yaml | 7 +++++++ .../0000_05_config-operator_02_featuregate.cr.yaml | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 empty-resources/0000_05_config-operator_02_dns.cr.yaml create mode 100644 empty-resources/0000_05_config-operator_02_featuregate.cr.yaml diff --git a/empty-resources/0000_05_config-operator_02_dns.cr.yaml b/empty-resources/0000_05_config-operator_02_dns.cr.yaml new file mode 100644 index 000000000..99868c111 --- /dev/null +++ b/empty-resources/0000_05_config-operator_02_dns.cr.yaml @@ -0,0 +1,7 @@ +apiVersion: config.openshift.io/v1 +kind: DNS +metadata: + name: cluster + annotations: + release.openshift.io/create-only: "true" +spec: {} diff --git a/empty-resources/0000_05_config-operator_02_featuregate.cr.yaml b/empty-resources/0000_05_config-operator_02_featuregate.cr.yaml new file mode 100644 index 000000000..8d2a6313f --- /dev/null +++ b/empty-resources/0000_05_config-operator_02_featuregate.cr.yaml @@ -0,0 +1,7 @@ +apiVersion: config.openshift.io/v1 +kind: FeatureGate +metadata: + name: cluster + annotations: + release.openshift.io/create-only: "true" +spec: {}