Javad Taheri
Javad Taheri
Hi, Would it be possible to somehow escape non-relevant double curly brackets? One of the files in my template folder is a concourse template file (e.g. _helper.tpl) which has multiple...
### What problem are you facing? The [Cross Resource Referencing](https://github.com/crossplaneio/crossplane/blob/master/design/one-pager-cross-resource-referencing.md) work has introduced the notion of `fooRef` field for field `foo` in CRD `Cool`, where `fooRef` is used to retrieve...
Getting the following error: at `repo-mr` resource: ```bash resource script '/opt/resource/check []' failed: exit status 5 stderr: jq: error (at :1): Cannot index object with number ``` I am setting...
### What problem are you facing? `GKEClusterClass` is very powerful, in that it enables the user to provision a specific class (tier) of a GKE cluster by just creating the...
### What happened? Currently when reconciling a managed resource, it's `Observe` method is [executed](https://github.com/crossplaneio/crossplane-runtime/blob/master/pkg/resource/managed_reconciler.go#L486) even if the resource is set to be deleted. The issue with this order is that...
### What problem are you facing? When using the managed reconciler pattern, it's sometimes the case that more than just one operation need to be performed in the external resource's...
### What observation are you making? The [managed reconciler](https://github.com/crossplane/crossplane-runtime/blob/master/pkg/reconciler/managed/reconciler.go) provides a rich set of functionalities and features that saves the developer from an extensive amount of boiler-plate code. In particular,...
While following the rag app installation, Terraform prints out the following: ``` Warning: "default_secret_name" is no longer applicable for Kubernetes v1.24.0 and above ```