Skip to content
Snippets Groups Projects
Verified Commit 4902fad1 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

fix wordpress oauth variables secret template

parent 028a2c16
No related branches found
No related tags found
No related merge requests found
...@@ -4,5 +4,5 @@ kind: Secret ...@@ -4,5 +4,5 @@ kind: Secret
metadata: metadata:
name: stackspin-wordpress-oauth-variables name: stackspin-wordpress-oauth-variables
data: data:
client_id: wordpress client_id: "{{ 'wordpress' | b64encode }}"
client_secret: "{{ 32 | generate_password | b64encode }}" client_secret: "{{ 32 | generate_password | b64encode }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment