Skip to content

Commit

Permalink
chore: updated test manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobressan committed Oct 17, 2024
1 parent f873e59 commit 9b747e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fabric.manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ metadata:
namespace: demeter-rpc
data:
cardanonodeport.json: |
{"options":[{"description":"mainnet - stable (9.1.1)","spec":{"network":"mainnet","throughputTier":"0","version":"9.1.1"}},{"description":"preprod - stable (9.1.1)","spec":{"network":"preprod","throughputTier":"0","version":"9.1.1"}},{"description":"preview - stable (9.1.1)","spec":{"network":"preview","throughputTier":"0","version":"9.1.1"}},{"description":"vector-testnet - stable (8.7.3)","spec":{"network":"vector-testnet","throughputTier":"0","version":"8.7.3"}},{"description":"prime-testnet - stable (8.7.3)","spec":{"network":"prime-testnet","throughputTier":"0","version":"8.7.3"}}],"crd":{"apiVersion":"apiextensions.k8s.io/v1","kind":"CustomResourceDefinition","metadata":{"name":"cardanonodeports.demeter.run"},"spec":{"group":"demeter.run","names":{"categories":["demeter-port"],"kind":"CardanoNodePort","plural":"cardanonodeports","shortNames":["cnpts"],"singular":"cardanonodeport"},"scope":"Namespaced","versions":[{"additionalPrinterColumns":[{"jsonPath":".spec.network","name":"Network","type":"string"},{"jsonPath":".spec.version","name":"Version","type":"string"},{"jsonPath":".spec.throughputTier","name":"Throughput Tier","type":"string"},{"jsonPath":".status.authenticatedEndpointUrl","name":"Authenticated Endpoint URL","type":"string"},{"jsonPath":".status.authToken","name":"Auth Token","type":"string"}],"name":"v1alpha1","schema":{"openAPIV3Schema":{"description":"Auto-generated derived type for CardanoNodePortSpec via `CustomResource`","properties":{"spec":{"properties":{"authToken":{"nullable":true,"type":"string"},"network":{"type":"string"},"throughputTier":{"type":"string"},"version":{"type":"string"}},"required":["network","throughputTier","version"],"type":"object"},"status":{"nullable":true,"properties":{"authToken":{"type":"string"},"authenticatedEndpointUrl":{"type":"string"}},"required":["authToken","authenticatedEndpointUrl"],"type":"object"}},"required":["spec"],"title":"CardanoNodePort","type":"object"}},"served":true,"storage":true,"subresources":{"status":{}}}]}}}
{"cost":{"0":{"minimum":200,"delta":0.3}},"options":[{"description":"mainnet - stable (9.1.1)","spec":{"network":"mainnet","version":"stable","throughputTier":"0"}},{"description":"preprod - stable (9.1.1)","spec":{"network":"preprod","version":"stable","throughputTier":"0"}},{"description":"preview - stable (9.1.1)","spec":{"network":"preview","version":"stable","throughputTier":"0"}},{"description":"vector-testnet - stable (8.7.3)","spec":{"network":"vector-testnet","version":"stable","throughputTier":"0"}},{"description":"prime-testnet - stable (8.7.3)","spec":{"network":"prime-testnet","version":"stable","throughputTier":"0"}}],"crd":{"apiVersion":"apiextensions.k8s.io/v1","kind":"CustomResourceDefinition","metadata":{"name":"cardanonodeports.demeter.run"},"spec":{"group":"demeter.run","names":{"categories":["demeter-port"],"kind":"CardanoNodePort","plural":"cardanonodeports","shortNames":["cnpts"],"singular":"cardanonodeport"},"scope":"Namespaced","versions":[{"additionalPrinterColumns":[{"jsonPath":".spec.network","name":"Network","type":"string"},{"jsonPath":".spec.version","name":"Version","type":"string"},{"jsonPath":".spec.throughputTier","name":"Throughput Tier","type":"string"},{"jsonPath":".status.authenticatedEndpointUrl","name":"Authenticated Endpoint URL","type":"string"},{"jsonPath":".status.authToken","name":"Auth Token","type":"string"}],"name":"v1alpha1","schema":{"openAPIV3Schema":{"description":"Auto-generated derived type for CardanoNodePortSpec via `CustomResource`","properties":{"spec":{"properties":{"authToken":{"nullable":true,"type":"string"},"network":{"type":"string"},"throughputTier":{"type":"string"},"version":{"type":"string"}},"required":["network","throughputTier","version"],"type":"object"},"status":{"nullable":true,"properties":{"authToken":{"type":"string"},"authenticatedEndpointUrl":{"type":"string"}},"required":["authToken","authenticatedEndpointUrl"],"type":"object"}},"required":["spec"],"title":"CardanoNodePort","type":"object"}},"served":true,"storage":true,"subresources":{"status":{}}}]}}}
---
apiVersion: apps/v1
kind: Deployment
Expand Down

0 comments on commit 9b747e9

Please sign in to comment.