Files
Keybard-Vagabond-Demo/manifests/applications/mastodon/elasticsearch-secret.yaml

13 lines
351 B
YAML
Raw Normal View History

2025-12-24 14:35:17 +01:00
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>