Skip to content

Instantly share code, notes, and snippets.

@Schnitzel
Last active July 7, 2021 18:05
Show Gist options
  • Save Schnitzel/43f483dfe0b23ca0dddd939b12bb4b0b to your computer and use it in GitHub Desktop.
Save Schnitzel/43f483dfe0b23ca0dddd939b12bb4b0b to your computer and use it in GitHub Desktop.
resources:
- apiVersion: v1
kind: Secret
metadata:
name: opendistro-es-transport-cert
type: Opaque
stringData:
es-transport-crt.pem: |
<<content of node.pem>>
es-transport-key.pem: |
<<content of node-key.pkcs8>>
es-transport-ca.pem: |
<<content of ca.pem>>
- apiVersion: v1
kind: Secret
metadata:
name: opendistro-es-admin-cert
type: Opaque
stringData:
es-admin-crt.pem: |
<<content of admin.pem>>
es-admin-key.pem: |
<<content of admin-key.pkcs8>>
es-admin-ca.pem: |
<<content of ca.pem>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment