Skip to content
Snippets Groups Projects
Commit 900e3977 authored by Arie Peterson's avatar Arie Peterson
Browse files

Merge branch '30-make-enableserviceslink-flag-configurable' into 'master'

Resolve "Make `enableServicesLink` flag configurable"

Closes #30

See merge request openappstack/wordpress-helm!16
parents 435cd804 247bd9b7
No related branches found
No related tags found
1 merge request!16Resolve "Make `enableServicesLink` flag configurable"
......@@ -35,6 +35,7 @@ spec:
imagePullSecrets:
- name: {{ .Values.initImage.imagePullSecretName }}
{{- end }}
enableServiceLinks: {{ .Values.enableServiceLinks }}
initContainers:
- name: init-{{ .Chart.Name }}
image: "{{ .Values.initImage.repository }}:{{ .Values.initImage.tag }}"
......
......@@ -75,6 +75,11 @@ openid_connect_settings:
# values: roles or groups
role_key: "roles"
# This disables information about other services to be pushed as environment
# variables. We do this because these environment variables can be read through
# the WordPress admin interface, so they can leak information about other things
# running on the cluster to WordPress administrators
enableServiceLinks: false
wordpress:
config:
......
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