Skip to content

Commit ba094a0

Browse files
committed
Fix comment within test files
1 parent 5acefda commit ba094a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

machineconfiguration/v1/tests/controllerconfigs.machineconfiguration.openshift.io/AWSClusterHostedDNS.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this
2-
name: "Shamefully missing"
2+
name: "AWS Cluster Hosted DNS"
33
crdName: controllerconfigs.machineconfiguration.openshift.io
44
featureGates:
55
- AWSClusterHostedDNSInstall
@@ -101,4 +101,4 @@ tests:
101101
name: pull-secret
102102
namespace: openshift-config
103103
releaseImage: ""
104-
rootCAData: Y2VydGlmaWNhdGUK
104+
rootCAData: Y2VydGlmaWNhdGUK

machineconfiguration/v1/tests/controllerconfigs.machineconfiguration.openshift.io/GCPClusterHostedDNS.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this
2-
name: "Shamefully missing"
2+
name: "GCP Cluster Hosted DNS"
33
crdName: controllerconfigs.machineconfiguration.openshift.io
44
featureGates:
55
- GCPClusterHostedDNSInstall
@@ -101,4 +101,4 @@ tests:
101101
name: pull-secret
102102
namespace: openshift-config
103103
releaseImage: ""
104-
rootCAData: Y2VydGlmaWNhdGUK
104+
rootCAData: Y2VydGlmaWNhdGUK

0 commit comments

Comments
 (0)