stackspout/templates/stackspin-oauth-variables.y...

9 lines
189 B
Plaintext
Raw Normal View History

2022-10-13 12:29:44 +00:00
---
apiVersion: v1
kind: Secret
metadata:
name: stackspin-{{ app }}-oauth-variables
data:
client_id: "{{ app | b64encode }}"
client_secret: "{{ 32 | generate_password | b64encode }}"