13 lines
351 B
YAML
13 lines
351 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: mastodon-elasticsearch-credentials
|
|
namespace: mastodon-application
|
|
type: Opaque
|
|
stringData:
|
|
# Elasticsearch password for Mastodon
|
|
# The Mastodon Helm chart expects a 'password' key in this secret
|
|
# Username is specified in helm-release.yaml as elasticsearch.user
|
|
password: <secret>
|
|
|