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
By default, every new user receives the changemeplease password
changemeplease
It would be amazing if the password can be set from a secret object like you can configure environment variables from secrets in the container spec:
secret
--- apiVersion: v1 kind: Secret metadata: name: angelbarrera92-pw namespace: monitoring type: Opaque stringData: password: jujuju --- apiVersion: grafana.k8spin.cloud/v1 kind: User metadata: name: angelbarrera92 namespace: monitoring spec: email: [email protected] password: valueFrom: secretKeyRef: name: angelbarrera92-pw key: password organizations: - k8spin.cloud
The text was updated successfully, but these errors were encountered:
No branches or pull requests
By default, every new user receives the
changemeplease
passwordIt would be amazing if the password can be set from a
secret
object like you can configure environment variables from secrets in the container spec:The text was updated successfully, but these errors were encountered: