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
Apiserver: Service: Type: Clusterip Configuration: Additionalconfigs: Apiserver.Conf: | Auth { Fixed_Users { Enabled: True Pass_Hashed: False Users: [ {

` apiserver:
service:
type: ClusterIP

configuration:
additionalConfigs:
apiserver.conf: |
auth {
fixed_users {
enabled: true
pass_hashed: false
users: [
{
username: "john"
password: "12345678"
name: "John Doe"
}
]
}
} `

  
  
Posted 2 years ago
Votes Newest

Answers 13


That is the problem, the if condition is not evaluating to True

  
  
Posted 2 years ago

No

  
  
Posted 2 years ago

Based on my yaml

  
  
Posted 2 years ago

Yes it does

  
  
Posted 2 years ago

SuccessfulKoala55 Figured it out, I needed to use 4.2.0

  
  
Posted 2 years ago

I think we'll need JuicyFox94 ’s input on this

  
  
Posted 2 years ago

Hi BoredHedgehog47 , do you see a config map in the k8s cluster ending with apiserver-configmap ?

  
  
Posted 2 years ago

Essentially I'm mirroring the example here

  
  
Posted 2 years ago

Thanks for looking into this!

  
  
Posted 2 years ago

I'm not familiar with the other parts but the apiserver.conf section looks right

  
  
Posted 2 years ago

SuccessfulKoala55 It looks like it should eval to True?

  
  
Posted 2 years ago
998 Views
13 Answers
2 years ago
one year ago
Tags