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 one year ago
Votes Newest

Answers 13


ok, thx

  
  
Posted one year ago

I didn’t execute my first remote task yet

  
  
Posted one year ago

Both the latest versions
Agent: 3.1.4 Server 5.0.4

  
  
Posted one year ago

which was why I asked what charts did you install

  
  
Posted one year ago

Hi IcySwallow94 , what chart are you using?

  
  
Posted one year ago

It should already be part of the server installation

  
  
Posted one year ago

Ok, thx!

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

  
  
Posted one year ago

And what agent are you trying to configure?

  
  
Posted one year 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 one year 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 one year ago

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

  
  
Posted one year ago

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

  
  
Posted one year ago
610 Views
13 Answers
one year ago
one year ago
Tags