We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Its impossible create fifo queues
To Reproduce create a file with example https://github.com/awslabs/aws-servicebroker/blob/master/templates/sqs/README.md#complete-1
apiVersion: servicecatalog.k8s.io/v1beta1 kind: ServiceInstance metadata: name: sqs-fifo-complete-example spec: clusterServiceClassExternalName: sqs clusterServicePlanExternalName: fifo parameters: ContentBasedDeduplication: true # OPTIONAL DelaySeconds: 5 # OPTIONAL MaximumMessageSize: 262144 # OPTIONAL MessageRetentionPeriod: 345600 # OPTIONAL ReceiveMessageWaitTimeSeconds: 0 # OPTIONAL UsedeadletterQueue: false # OPTIONAL VisibilityTimeout: 5 # OPTIONAL
kubectl appy -f fifo-queue.yaml
Expected behavior fifo queue created
Screenshots
Environment (please complete the following information):
Additional context Its related with #197
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Its impossible create fifo queues
To Reproduce
create a file with example https://github.com/awslabs/aws-servicebroker/blob/master/templates/sqs/README.md#complete-1
kubectl appy -f fifo-queue.yaml
Expected behavior
fifo queue created
Screenshots
Environment (please complete the following information):
Additional context
Its related with #197
The text was updated successfully, but these errors were encountered: