Acceptance tests fixes (#120)

* Update Kubernetes version

* Update nodepool OS

* Revert Kubernetes version to 1.24

* Add maintenance field to cluster-min

* Remove hardcoded kubernetes version

* Remove hardcoded setting

* Revert minor version of Kubernetes upgrade

* Fix post test check destroy

* Fix missing pointer

* Fix labels using wrong delimiters

* Fix typo in provider config

* Lint fix

---------

Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
This commit is contained in:
Henrique Santos 2023-11-02 15:31:47 +00:00 committed by GitHub
parent b6100ec8d5
commit 71bf63cbc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 42 additions and 22 deletions

View file

@ -86,7 +86,7 @@ func DnsProviderConfig() string {
}
func LoadBalancerProviderConfig() string {
if LogMeCustomEndpoint == "" {
if LoadBalancerCustomEndpoint == "" {
return `
provider "stackit" {
region = "eu01"