Created
February 7, 2019 20:45
-
-
Save viglesiasce/b069fdae8f7ba373a02f45834e2c1362 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{- define "gitlab.appConfig.extra" -}} | |
extra: | |
+ {{ if .extra.googleAnalyticsId }} | |
google_analytics_id: {{ .extra.googleAnalyticsId | quote }} | |
+ {{- end }} | |
+ {{ if .extra.piwik_url }} | |
piwik_url: {{ .extra.piwikUrl | quote }} | |
+ {{- end }} | |
+ {{ if .extra.piwik_site_id }} | |
piwik_site_id: {{ .extra.piwikSiteId | quote }} | |
+ {{- end }} | |
{{- end -}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment