kyma-project / control-plane

A flexible and easy way to manage Kyma Runtimes
Apache License 2.0
16 stars 113 forks source link

Psp config removed #3409

Closed Disper closed 4 months ago

Disper commented 4 months ago

Description

Changes proposed in this pull request:

Related issue(s) Internal issue no. 5254

Disper commented 4 months ago

Manual test using following mutation was successful:

mutation { 
  upgradeShoot(
        id: "{{runtimeID}}"
        config: {
            gardenerConfig: {      
            }
            administrators: {{administrators}}
        }
    )
   {
          runtimeID
          id
    }
}