We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
latest
I followed the doc doc/vault-integration.md to install and setup vault.
Following the composition example for multitenant the secret is written to vault in the correct location for application1
application1
But the secret is not created in namespace crossplane-system as stated in the docs.
crossplane-system
kubectl -n crossplane-system get secret `kubectl get xobjectstorage -o json | jq -r '.items[0].metadata.uid'` -o go-template='{{range $k,$v := .data}}{{printf "%s: " $k}}{{if not $v}}{{$v}}{{else}}{{$v | base64decode}}{{end}}{{"\n"}}{{end}}' # example output # bucket-name: standard-object-storage-qlgvz-hz2dn # region: us-west-2
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Welcome to AWS Blueprints for Crossplane!
AWS Blueprints for Crossplane Release version
latest
What is your environment, configuration and the example used?
I followed the doc doc/vault-integration.md to install and setup vault.
What did you do and What did you see instead?
Following the composition example for multitenant the secret is written to vault in the correct location for
application1
But the secret is not created in namespace
crossplane-system
as stated in the docs.Additional Information
No response
The text was updated successfully, but these errors were encountered: