diff --git a/.kontinuous/env/dev/templates/values.yaml b/.kontinuous/env/dev/templates/values.yaml deleted file mode 100644 index 3eb859f2..00000000 --- a/.kontinuous/env/dev/templates/values.yaml +++ /dev/null @@ -1,17 +0,0 @@ -api: - args: - - sh - - -c - - "yarn strapi import -f ../seed-data.tar.gz && yarn start" - preDeploy: - cleaner: - match: - kind: Deployment - value: true - -pg: - preDeploy: - cleaner: - match: - kind: clusters.postgresql.cnpg.io - value: true