mirror of
https://github.com/truenas/charts.git
synced 2026-05-12 11:36:10 +08:00
10 lines
243 B
YAML
10 lines
243 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: elastic-search-credentials
|
|
labels: {{ include "common.labels" . | nindent 4 }}
|
|
type: Opaque
|
|
data:
|
|
es-username: {{ "elastic" | b64enc | quote }}
|
|
es-password: {{ "changeme" | b64enc | quote }}
|