Mathias Bleimhofer
Mathias Bleimhofer
Is there already a classification as to whether the representation of YAML instead of JSON will be included as a feature?
@shuheiktgw sorry that I didn't include this information. I use the kubernetes provider in my SecretStore: ``` apiVersion: external-secrets.io/v1beta1 kind: SecretStore metadata: name: build namespace: test spec: provider: kubernetes: remoteNamespace:...
Hi @shuheiktgw and @Skarlso, in fact, there was a little thing missing from my example above for reproduction. The secret key must be used in the template. I adapted my...
In your example with the URL, my expectation would be that only the URL appears as a data field in the synced secret and not the other keys from the...
Unfortunately it is not working in my situation. The problem is that it is a [special case](https://external-secrets.io/latest/provider/kubernetes/#pushsecret). If you want to push a secret from one kubernetes cluster to another...
I get the same error message when creating the [gitlab_group_access_token](https://registry.terraform.io/providers/gitlabhq/gitlab/latest/docs/resources/group_access_token) crds using upjet v1.4.1. > cannot infer type from schema of field rotation_configuration rotation_configuration is from typ "Attributes".
Your assumptions about my intentions are correct. We have our own custom SPDX licenses (e.g. License-Ref-0003) that are only valid within our space and would like to be able to...
controller-gen compiles from the main branch as expected.
In Crossplane and its providers everything works with events instead of logs because most users will not have access to the pod logs. https://github.com/crossplane/crossplane/blob/fc418390/docs/contributing/observability_developer_guide.md