Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hello, I’M Trying To Override

Hello, i’m trying to override git_user and git_pass within additionalConfigs in order to clone private repositories from the agent but it’s not working. How do i override agent configuration from the server chart?
That’s what i tried but it didn’t work.

  
  
Posted 10 months ago
Votes Newest

Answers 13


And what agent are you trying to configure?

  
  
Posted 10 months ago

I’m not familiar with it, i was trying to install a plain agent straight away from the available chart.

How do i specify a new services/normal agent?

  
  
Posted 10 months ago

I was asking since you mentioned the server chart, but the agent has its own chart

  
  
Posted 10 months ago

I installed the latest version of the agent chart, configuring access key and secret. Nothing more than that.

Now, i saw that it’s not executing tasks due to lack of git access. So maybe i need more conf

  
  
Posted 10 months ago

which was why I asked what charts did you install

  
  
Posted 10 months ago

ok, thx

  
  
Posted 10 months ago

Both the latest versions
Agent: 3.1.4 Server 5.0.4

  
  
Posted 10 months ago

I didn’t execute my first remote task yet

  
  
Posted 10 months ago

Hi IcySwallow94 , what chart are you using?

  
  
Posted 10 months ago

It should already be part of the server installation

  
  
Posted 10 months ago

Yeah, but what is the agent you are trying to use? is this the services agent? or another agent you installed?

  
  
Posted 10 months ago

Ok, thx!

One more question, how do i define a services agent?

  
  
Posted 10 months ago
398 Views
13 Answers
10 months ago
10 months ago
Tags