|
|
|
|
|
by rayanimesh
2204 days ago
|
|
This is one way of doing declarative using helm, but this doesn't guarntee resource creation order. `helm install` creates resources in order while `kubectl apply` creates in order of alphabetically filename. This may lead to some unexpected issues. |
|