-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong validation of spec.kubernetes.logRetentionDays
#287
Labels
Comments
cat barebone.eu-west-1.yml| yq -e .spec.kubernetes.logRetentionDays && furyctl-ng validate config -c barebone.eu-west-1.yml --distro-location 'git::git@github.com:sighupio/fury-distribution.git?depth=1&ref=feature/furyctl-next'
3654
INFO Downloading distribution...
INFO configuration file validation succeeded |
ralgozino
added a commit
to sighupio/fury-distribution
that referenced
this issue
Nov 11, 2024
Port the improvements done for on-prem schema in #268 to the EKS and KFDDistribution schemas and banners used to render the markdown. Some minor improvements to On-premises too. fixes sighupio/product-management#543 sighupio/furyctl#287
ralgozino
added a commit
to sighupio/fury-distribution
that referenced
this issue
Nov 11, 2024
Port the improvements done for on-prem schema in #268 to the EKS and KFDDistribution schemas and banners used to render the markdown. Some minor improvements to On-premises too. fixes sighupio/product-management#543 sighupio/furyctl#287
ralgozino
added a commit
to sighupio/fury-distribution
that referenced
this issue
Nov 11, 2024
Port the improvements done for on-prem schema in #268 to the EKS and KFDDistribution schemas and banners used to render the markdown. Some minor improvements to On-premises too. fixes sighupio/product-management#543 sighupio/furyctl#287
ralgozino
added a commit
to sighupio/fury-distribution
that referenced
this issue
Nov 25, 2024
Port the improvements done for on-prem schema in #268 to the EKS and KFDDistribution schemas and banners used to render the markdown. Some minor improvements to On-premises too. fixes sighupio/product-management#543 sighupio/furyctl#287
ralgozino
added a commit
to sighupio/fury-distribution
that referenced
this issue
Nov 25, 2024
Port the improvements done for on-prem schema in #268 to the EKS and KFDDistribution schemas and banners used to render the markdown. Some minor improvements to On-premises too. fixes sighupio/product-management#543 sighupio/furyctl#287
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
spec.kubernetes.logRetentionDays
doesn't validate the value passed as input.Only possible values are : 1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, 365, 400, 545, 731, 1096, 1827, 2192, 2557, 2922, 3288, 3653
Terraform resource accept also
0
The text was updated successfully, but these errors were encountered: