You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: set restrict_user_defined_variables in gitlab_project to true to eliminate resource replacement
- missing restrict_user_defined_variables triggered refresh on data and all related resources,
leading to secret change and need for the restart of the deployment
| <aname="input_agent_config"></a> [agent\_config](#input\_agent\_config)| agent config to be used regarding:<br> * https://docs.gitlab.com/ee/user/clusters/agent/gitops.html<br> * https://docs.gitlab.com/ee/user/clusters/agent/ci_cd_workflow.html#authorize-the-agent-to-access-your-projects|`any`|`{}`| no |
79
+
| <aname="input_agent_config"></a> [agent\_config](#input\_agent\_config)| agent config to be used regarding:<br/> * https://docs.gitlab.com/ee/user/clusters/agent/gitops.html<br/> * https://docs.gitlab.com/ee/user/clusters/agent/ci_cd_workflow.html#authorize-the-agent-to-access-your-projects|`any`|`{}`| no |
80
80
| <aname="input_agent_name"></a> [agent\_name](#input\_agent\_name)| agent name |`string`| n/a | yes |
81
81
| <aname="input_agent_version"></a> [agent\_version](#input\_agent\_version)| specific agent version |`string`|`null`| no |
82
82
| <aname="input_author_email"></a> [author\_email](#input\_author\_email)| author email to be used for commit |`string`|`"example@mail.com"`| no |
83
83
| <aname="input_chart_version"></a> [chart\_version](#input\_chart\_version)| agent chart version |`string`|`"1.14.1"`| no |
84
84
| <aname="input_commit_message"></a> [commit\_message](#input\_commit\_message)| use this commit message for agent config update |`string`|`"feature: add/update agent config"`| no |
85
85
| <aname="input_create_namespace"></a> [create\_namespace](#input\_create\_namespace)| option for create namespace |`bool`|`false`| no |
86
86
| <aname="input_create_project"></a> [create\_project](#input\_create\_project)| create a new agent managing project or use existing one |`bool`|`false`| no |
| <aname="input_namespace"></a> [namespace](#input\_namespace)| agent namespace |`string`|`"gitlab-agent"`| no |
89
89
| <aname="input_project_name"></a> [project\_name](#input\_project\_name)| agent managing project nice/visible name |`string`|`"k8s-agent"`| no |
90
90
| <aname="input_project_namespace"></a> [project\_namespace](#input\_project\_namespace)| agent managing project namespace, required when creating new project |`string`|`""`| no |
0 commit comments