Skip to content
Snippets Groups Projects

Unifying variable naming convention

Merged Jaromír Hradil requested to merge unify_naming into master
managementConsoleUrl: "{{ secrets[['deepfence_host'] | default('') }}"
managementConsoleUrl: "{{ secrets['deepfence_host'] | default('') }}"
deepfenceKey: "{{ secrets['deepfence_key'] | default('') }}"
deepfenceKey: "{{ secrets['deepfence_key'] | default('') }}"
clusterName: "jupyter-{{ site_name }}"
clusterName: "jupyter-{{ site_name }}"
mountContainerRuntimeSocket:
mountContainerRuntimeSocket:
Loading