fix(platform): restore flux env defaults
This commit is contained in:
parent
2fc3f49fc3
commit
47249add9f
@ -27,3 +27,10 @@ k3s_platform_git_private_key_path: "{{ lookup('env', 'HOME') }}/.ssh/id_rsa"
|
||||
k3s_platform_git_http_username: "{{ lookup('env', 'GITOPS_FLUX_HTTP_USERNAME') | default('x-access-token', true) }}"
|
||||
k3s_platform_git_http_password: "{{ lookup('env', 'GITOPS_FLUX_HTTP_PASSWORD') | default(lookup('env', 'GITOPS_FLUX_TOKEN'), true) }}"
|
||||
k3s_platform_git_bearer_token: "{{ lookup('env', 'GITOPS_FLUX_BEARER_TOKEN') }}"
|
||||
|
||||
k3s_platform_flux_env:
|
||||
GIT_URL: "{{ k3s_platform_git_url }}"
|
||||
GIT_BRANCH: "{{ k3s_platform_git_branch }}"
|
||||
GIT_SOURCE_NAME: "{{ k3s_platform_flux_source_name }}"
|
||||
FLUX_NAMESPACE: "{{ k3s_platform_flux_namespace }}"
|
||||
FLUX_ROOT_PATH: "{{ k3s_platform_flux_root_path }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user