24 lines
570 B
YAML
24 lines
570 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: elasticsearch
|
|
namespace: logging
|
|
type: Opaque
|
|
data:
|
|
pw: ZWxhc3RpY3B3U2FmZQ==
|
|
---
|
|
apiVersion: v1
|
|
data:
|
|
elastic: NElzVGhlTWluZEtpbGxlcg==
|
|
kind: Secret
|
|
metadata:
|
|
labels:
|
|
common.k8s.elastic.co/type: elasticsearch
|
|
eck.k8s.elastic.co/credentials: "true"
|
|
eck.k8s.elastic.co/owner-kind: Elasticsearch
|
|
eck.k8s.elastic.co/owner-name: cluster
|
|
eck.k8s.elastic.co/owner-namespace: logging
|
|
elasticsearch.k8s.elastic.co/cluster-name: cluster
|
|
name: cluster-es-elastic-user
|
|
namespace: logging
|
|
type: Opaque |