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 2 years ago
Votes Newest

Answers 13


ok, thx

  
  
Posted 2 years ago

And what agent are you trying to configure?

  
  
Posted 2 years 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 2 years 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 2 years ago

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

  
  
Posted 2 years ago

Both the latest versions
Agent: 3.1.4 Server 5.0.4

  
  
Posted 2 years ago

It should already be part of the server installation

  
  
Posted 2 years ago

I didn’t execute my first remote task yet

  
  
Posted 2 years ago

Hi IcySwallow94 , what chart are you using?

  
  
Posted 2 years ago

Ok, thx!

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

  
  
Posted 2 years ago

which was why I asked what charts did you install

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago
1K Views
13 Answers
2 years ago
2 years ago
Tags