replicatedhq / ship

A better way to deploy Kubernetes Helm charts
https://www.replicated.com/ship
Apache License 2.0
637 stars 70 forks source link

Ship drops generators from overlays/ship/kustomization.yaml #1118

Open k0da opened 4 years ago

k0da commented 4 years ago

Expected behavior

generators are kept

Actual behavior

generators are removed

Information

Steps to reproduce the behavior

  1. add generators to kustmomization.yaml
  2. 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