Skip to content

Commit

Permalink
remove cleaning that isn't generally wanted.
Browse files Browse the repository at this point in the history
  • Loading branch information
kube-backup committed Jan 10, 2018
1 parent 3b9f348 commit 1a01d33
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ for namespace in $NAMESPACES; do
.metadata.selfLink,
.metadata.uid,
.spec.clusterIP,
.spec.template.spec.dnsPolicy,
.spec.template.spec.restartPolicy,
.spec.template.spec.securityContext,
.spec.template.spec.terminationGracePeriodSeconds,
.status
)' | python -c 'import sys, yaml, json; yaml.safe_dump(json.load(sys.stdin), sys.stdout, default_flow_style=False)' > "$GIT_REPO_PATH/$GIT_PREFIX_PATH/${namespace}/${name}.${type}.yaml"
done
Expand Down

0 comments on commit 1a01d33

Please sign in to comment.