Replies: 1 comment 3 replies
-
|
is this reproducible? Or was this just the embedded cuelang in timoni which was misbehaving? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In timoni (and timoni only)
If I specify in my templates/config.cue :
I can supply either a FQDN (i.e "cnn.com") or IP (i.e. "1.1.1.1" ) and it will validate.
But if I specify:
I can only supply an IP address or it fails with the following:
But if I put the following into cue playground it works (as expected) in either order:
Any idea why the behavior would be different in timoni ?
Beta Was this translation helpful? Give feedback.
All reactions