You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add PlatformCredentialsSet API client (#580)
Preparing for the implementation of the PlatformCredentialsSet per Stack feature,
this Pull Request adds PlatformCredentialsSet to the zalando.org/v1 api.
Co-authored-by: Mikkel Oscar Lyderik Larsen [email protected]
Docker image
Docker image is available in Zalando's Open Source registry:
docker run -it registry.opensource.zalan.do/teapot/stackset-controller:v1.4.32 --help
Reference Secrets for per stack versioning (#565)
Following the Reference ConfigMap for per stack versioning and Revised adaptation of ConfigMap per Stack, this Pull Request implements Secrets versioned by reference.
The expected behaviour is that given a Secret named in the <stack-name>-<secret-name> pattern is defined on stackTemplate.configurationResources.secretRef, Stackset Controller identifies the deployed Secret and updates it with the Stack info on ownerReferences.
Docker image
Docker image is available in Zalando's Open Source registry:
docker run -it registry.opensource.zalan.do/teapot/stackset-controller:v1.4.30 --help