Skip to content

Commit

Permalink
Add next_validation_token
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasSamson committed Dec 1, 2022
1 parent 96757d3 commit 16acd7a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/wp-next/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: wp-next
description: Wordpress and NextJs deployment, with Vercel
type: application
version: 1.5.9
version: 1.5.10
dependencies:
- name: mysql
version: 9.3.1
Expand Down
1 change: 1 addition & 0 deletions charts/wp-next/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ metadata:
name: {{ .Release.Name }}-secret
data:
WORDPRESS_ADMIN_PASSWORD: {{ .Values.wordpress.admin.password | b64enc }}
NEXT_VALIDATION_TOKEN: {{ .Values.next_validation_token | b64enc }}
7 changes: 4 additions & 3 deletions charts/wp-next/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ wordpress:
description: ""
permalink_structure: "/%year%/%monthnum%/%day%/%postname%/"
title: "change_me"

podAnnotations: {}

service:
Expand All @@ -91,7 +91,8 @@ wordpress:
# - secretName: chart-example-tls
# hosts:
# - chart-example.local



resources: {}
# cpu: 100m
# memory: 128Mi
Expand All @@ -110,6 +111,7 @@ wordpress:
targetCPUUtilizationPercentage: 80

rss_url: ""
next_validation_token: "change_me"

mysql:
enabled: false
Expand Down Expand Up @@ -148,7 +150,6 @@ varnish:

site_front_domain: chart-example.local
site_back_domain: api.chart-example.local

networkPolicy:
enabled: true
# List of namespaces to allow, based on their labels
Expand Down

0 comments on commit 16acd7a

Please sign in to comment.