mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-ansible-private.git
synced 2026-05-14 08:35:22 +00:00
10 lines
139 B
Plaintext
10 lines
139 B
Plaintext
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: minecraft-secret
|
|
namespace: minecraft
|
|
data:
|
|
SECRET_KEY: >-
|
|
c2VjcmV0IGRvIHBsYWl0Z2c=
|
|
|