Skip to content

Commit

Permalink
Fix tap values
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoshi-vm committed Dec 11, 2023
1 parent b70ce0d commit a19e92d
Showing 1 changed file with 22 additions and 12 deletions.
34 changes: 22 additions & 12 deletions packages/tap-ecs-supplychain.tanzu.japan.com/1.7.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,32 @@ spec:
type: object
additionalProperties: false
properties:
publish:
enabled:
type: boolean
default: true
workload:
type: object
additionalProperties: false
properties:
repo:
publish:
type: object
additionalProperties: false
properties:
repo:
type: string
default: myrepo/lib
lite:
type: boolean
default: true
hastests:
type: boolean
default: true
namespace:
type: string
default: myrepo/lib
enabled:
type: boolean
default: true
namespace:
type: string
default: demo
image:
type: string
default: registry.tanzu.vmware.com/tanzu-application-platform/tap-packages@sha256:29f978561d7d931c9a118c167eae905ce41990131013339aaff10c291ac6c42b
default: demo
image:
type: string
default: registry.tanzu.vmware.com/tanzu-application-platform/tap-packages@sha256:29f978561d7d931c9a118c167eae905ce41990131013339aaff10c291ac6c42b
plugin:
type: object
additionalProperties: false
Expand Down

0 comments on commit a19e92d

Please sign in to comment.