add source code and readme
This commit is contained in:
12
manifests/applications/mastodon/elasticsearch-secret.yaml
Normal file
12
manifests/applications/mastodon/elasticsearch-secret.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user