Oleg Pykhalov 8f41d5b857 vm1.wugi.info: Move OpenVPN server here. hai 7 meses
..
README.md f7faadc560 infrastructure: base: Add fluent-operator. hai 1 ano
kustomization.yaml f7faadc560 infrastructure: base: Add fluent-operator. hai 1 ano
kustomizeconfig.yaml f7faadc560 infrastructure: base: Add fluent-operator. hai 1 ano
namespace.yaml f7faadc560 infrastructure: base: Add fluent-operator. hai 1 ano
release.yaml f7faadc560 infrastructure: base: Add fluent-operator. hai 1 ano
values.yaml 8f41d5b857 vm1.wugi.info: Move OpenVPN server here. hai 6 meses

README.md

cat | kubectl create -f - <<EOF
apiVersion: v1
data:
  username: $(printf admin | base64)
  password: $(pass show localhost/opensearch/admin | tr -d '\n' | base64)
kind: Secret
metadata:
  name: opensearch-http-authentication
  namespace: fluent-operator
type: Opaque
EOF