You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SecretMUST be in the same namespace as the resource.
Later in the 2nd paragraph of Service Binding section:
Restricting service binding to resources within the same namespace is strongly RECOMMENDED
The Provisioned Service Syncer synchronizes Provisioned Service Secret resources across namespace. You can create the ProvisionedServiceSyncer resource in the same namespace as where the application is going to run. The ProvisionedServiceSyncer custom resource will be a Provisioned Service-able resource that you can use in the ServiceBinding configuration.
Schema
apiVersion: extensions.servicebinding.io/v1beta1
kind: ProvisionedServiceSyncer
metadata:
name: # string
namespace: # string, optional, default: current namespace
spec: # Provisioned Service resource ObjectReference-like
apiVersion: #string
kind: #string
name: #string
namespace: #string
status:
binding: # LocalObjectReference, optional
name: # string
conditions: # []metav1.Condition containing at least one entry for `Ready`
observedGeneration: # int64
baijum
changed the title
Extension to copy Secret resource from one namespace to another
Extension to copy Provisioned Service resource from one namespace to another
Mar 3, 2022
baijum
changed the title
Extension to copy Provisioned Service resource from one namespace to another
Extension to copy Provisioned Service Secret resource from one namespace to another
Mar 3, 2022
The spec recommends keeping the provisioned service and the application in the same namespace.
In the Provisioned Service section, it is written like this:
Later in the 2nd paragraph of Service Binding section:
The Provisioned Service Syncer synchronizes Provisioned Service Secret resources across namespace. You can create the
ProvisionedServiceSyncer
resource in the same namespace as where the application is going to run. TheProvisionedServiceSyncer
custom resource will be a Provisioned Service-able resource that you can use in theServiceBinding
configuration.Schema
Example Resource
The extension also should define RBAC to allow copying resources from one namespace to another.
The text was updated successfully, but these errors were encountered: