Skip to content

Commit

Permalink
👌 PR feedback gpp-publicatiebank
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Dec 11, 2024
1 parent 59221a6 commit f27e454
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions charts/GPP-publicatiebank/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,10 @@ Een registratie die voorziet in de "Openbare Documenten opslag"-functionaliteite
| settings.environmentLabelBackgroundColor | string | `""` | CSS color value for the environment information background color. Defaults to orange, example values can be specified in HEX format too, e.g.: #FF0000 for red. |
| settings.environmentLabelForegroundColor | string | `""` | CSS color value for the environment information text color. Defaults to black. Follows the same rules as ENVIRONMENT_BACKGROUND_COLOR. |
| settings.environmentLabelName | string | `""` | Environment information to display, defaults to the value of ENVIRONMENT. Only displayed when SHOW_ENVIRONMENT is set to True. You can set this to strings like OpenGem PROD or simply PROD, depending on your needs. |
| settings.environment_background_color | string | `""` | |
| settings.environment_label | string | `""` | Environment information to display, defaults to the value of ENVIRONMENT. Only displayed when SHOW_ENVIRONMENT is set to True. You can set this to strings like OpenGem PROD or simply PROD, depending on your needs. |
| settings.isHttps | bool | `true` | |
| settings.secretKey | string | `""` | Generate secret key at https://djecrety.ir/ |
| settings.sentry.dsn | string | `""` | |
| settings.showLabelEnvironment | bool | `false` | Display environment information in the header in the admin. Defaults to True. Environment information is only displayed to logged in users. |
| settings.show_label_environment | string | `"false"` | Display environment information in the header in the admin. Defaults to True. Environment information is only displayed to logged in users. |
| settings.useXForwardedHost | bool | `false` | |
| settings.uwsgi.harakiri | string | `""` | |
| settings.uwsgi.master | string | `""` | |
Expand Down
1 change: 0 additions & 1 deletion charts/GPP-publicatiebank/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ data:
{{- if .Values.tags.redis }}
CACHE_DEFAULT: {{ printf "%s-master.%s:6379/0" (include "common.names.fullname" .Subcharts.redis) .Release.Namespace | toString | quote }}
CACHE_AXES: {{ printf "%s-master.%s:6379/0" (include "common.names.fullname" .Subcharts.redis) .Release.Namespace | toString | quote }}
CACHE_OIDC: {{ printf "%s-master.%s:6379/0" (include "common.names.fullname" .Subcharts.redis) .Release.Namespace | toString | quote }}
{{ else }}
CACHE_DEFAULT: {{ .Values.settings.cache.default | toString | quote }}
CACHE_AXES: {{ .Values.settings.cache.axes | toString | quote }}
Expand Down
8 changes: 0 additions & 8 deletions charts/GPP-publicatiebank/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,14 +181,6 @@ settings:

# -- sets the 'ENVIRONMENT' variable
environment: ""

# -- Display environment information in the header in the admin. Defaults to True. Environment information is only displayed to logged in users.
show_label_environment: "false"
# -- Environment information to display, defaults to the value of ENVIRONMENT. Only displayed when SHOW_ENVIRONMENT is set to True. You can set this to strings like OpenGem PROD or simply PROD, depending on your needs.
environment_label: ""
environment_background_color: ""


elasticapm:
url: ""
token: ""
Expand Down

0 comments on commit f27e454

Please sign in to comment.