--- apiVersion: data.packaging.carvel.dev/v1alpha1 kind: PackageMetadata metadata: name: secret-store.vsphere.vmware.com spec: displayName: Secret Store Service shortDescription: Secret Store Service --- apiVersion: data.packaging.carvel.dev/v1alpha1 kind: Package metadata: name: secret-store.vsphere.vmware.com.9.0.1+92645141 spec: refName: secret-store.vsphere.vmware.com version: 9.0.1+92645141 releasedAt: 2025-12-01T09:57:06Z valuesSchema: openAPIv3: title: secret-store.vsphere.vmware.com required: - virtualIP properties: virtualIP: type: string description: Autowired property, do not enter value - Control plane address. This is the IP or hostname that external components will use to communicate with the secret store's control plane. statefulSet: type: object description: Configuration settings specific to the Kubernetes StatefulSet deployment of the secret store. properties: storageClassName: type: string description: Name of the storage class to be used for persistent volumes required by the StatefulSet. required: - storageClassName template: # type of App CR spec: fetch: # An imgpkg bundle is an OCI image that contains Kubernetes configurations. # Refer to carvel-imgpkg/README for steps of building a bundle. - imgpkgBundle: image: projects.packages.broadcom.com/vsphere/iaas/secret-store-service/9.0.1.0.92645141/secret-store-service:9.0.1.0.92645141 template: - ytt: paths: - config - kbld: paths: - '-' - .imgpkg/images.yml deploy: - kapp: rawOptions: - --wait-timeout=5m - --kube-api-qps=20 - --kube-api-burst=30