Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 384 Bytes

File metadata and controls

13 lines (8 loc) · 384 Bytes

WAT

Hosts a set of docker utility containers that are required before bootstrapping a k8s cluster.

Chartmuseum

After starting the stack, you need to adjust the storage permissions bug

docker-compose exec -u root chartmuseum sh -c 'chown 1000:0 -R /charts/'

This needs to be done only once