ship
ship copied to clipboard
Ship drops generators from overlays/ship/kustomization.yaml
Expected behavior
generators are kept
Actual behavior
generators are removed
Information
- Ship version: 0.53
- Docker version: .19.06
- Command line run: ship update
Steps to reproduce the behavior
- add generators to kustmomization.yaml
- run ship update
index 89e84c2..02894b5 100644
--- a/ns1-webhook/overlays/ship/kustomization.yaml
+++ b/ns1-webhook/overlays/ship/kustomization.yaml
@@ -1,9 +1,7 @@
kind: ""
apiversion: ""
resources:
-- cluster-issuer.yaml
- cluster-issuer-stg.yaml
-generators:
-- ns1-key.yaml
+- cluster-issuer.yaml
bases:
- ../defaults