-
Bug
-
Resolution: Done
-
Major
-
OSSM 3.2.0
-
None
Issue:
When attempting to create a ztunnel resource using the provided example, the creation fails with the following error:
Error "Invalid value: "object": metadata.name must be 'default'" for field "<nil>".
Steps to Reproduce
- Open the UI and navigate to the ztunnel creation.
- It has the name as example.
- Click Create to deploy the ztunnel resource.
- The creation fails with the following error:
Error "Invalid value: "object": metadata.name must be 'default'" for field "<nil>"
Actual Behavior:
ztunnel creation fails with a validation error because the metadata name is not default.
Expected Behavior:
The ztunnel resource should be created successfully in the default name
Suggested Fix:
Update the ztunnel example manifest to use:
{{metadata:name: default
Cluster version:
OCP 4.19 and 4.20}}