Skip to content

awakari/int-mastodon

Repository files navigation

About

Mastodon-specific integration.

Other

kubectl create secret generic int-mastodon-client \
  --from-literal=hosts=host1,host2,... \
  --from-literal=tokens=token1,token2,...