added lastfm secret template

This commit is contained in:
Radar231 2021-10-13 12:47:02 -04:00
parent f4c125d7f7
commit dbbc31393b
1 changed files with 18 additions and 0 deletions

18
lastfm_secret.yml.tmpl Normal file
View File

@ -0,0 +1,18 @@
---
#############################################
# - creds for lastfm api
# - generate value using;
# echo -n '<text>' | base64
#############################################
apiVersion: v1
kind: Secret
metadata:
name: lastfm-api
data:
# plaintext LastFM.ApiKey = xxxxxxxxx
LASTFM_APIKEY: XXXXXXXXXX
# plaintext LastFM.Secret = xxxxxxxxx
LASTFM_SECRET: XXXXXXXXXX
# EOF