Predrag Knezevic
Predrag Knezevic
I am trying to build a golang project using official golang image, and I have project root as the mount, but I am getting the following errors: ``` /go/pkg/mod/github.com/go-openapi/[email protected]/pointer.go:35:2: zip:...
### What is the SBO version used? 1.0 ### What are the steps to reproduce this issue? 1. Create a job 2. Create binding pointing to the job 3. Binding...
As the investigation in #605 shown, the operator monitors a huge number of resources in all namespaces: * all config maps and secrets * all CSVs * all CRDs owned...
### What problem are you facing? Currently, the field keeping the references to environment configs is named `environmentConfigs`: ```yaml spec: environment: environmentConfigs: - type: Reference ref: name: example-environment - type:...
### What problem are you facing? Managed resource is Crossplane representation of an external resources. After a managed resource creation, an appropriate provider reacts and creates the counterpart external resource,...
### Description of your changes After provider/function deployment got created there is no need to watch the created service account and secrets for changes: * changes to secrets are propagated...
/kind bug **What steps did you take and what happened:** * Create a cluster with: `clusterctl generate cluster foo --kubernetes-version=1.26.0 | kubectl apply -f -` * Pause `AWSCluster` `foo` instance...
### What problem are you facing? Ready status of a Helm release becomes equal to `true` as soon as Helm creates objects that are a part of the given release....
### What problem are you facing? Followup of [Slack question](https://crossplane.slack.com/archives/CEG3T90A1/p1690818270130389). We should document how to patch from a Secret entry referred by the key containing dots.
There is a struct `Resource` containing field `Resource`. The doc says it is the json representation of the given resource. Could we rename the field to reflect that?