ship icon indicating copy to clipboard operation
ship copied to clipboard

Ship drops generators from overlays/ship/kustomization.yaml

Open k0da opened this issue 5 years ago • 0 comments

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

  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

k0da avatar Jul 10 '20 14:07 k0da