From aa9d358de3f543e6fdd95376346ae0bc263b4d87 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Mon, 19 Aug 2019 19:59:39 +0300 Subject: [PATCH] Add all files for sync --- Makefile | 2 +- docs/canary/README.md | 8 ++++---- docs/helm/README.md | 8 ++++---- docs/test/README.md | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index 9318f497..9e9a9419 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ MSG?="up" sync: - git add . && git commit -m $(MSG) && git push origin master + git add -A && git commit -m $(MSG) && git push origin master fluxctl --k8s-fwd-ns=fluxcd sync diff --git a/docs/canary/README.md b/docs/canary/README.md index 1b59568f..5cee0ea9 100644 --- a/docs/canary/README.md +++ b/docs/canary/README.md @@ -32,7 +32,7 @@ spec: Apply changes: ```sh -git add . && \ +git add -A && \ git commit -m "prep canary" && \ git push origin master && \ fluxctl sync @@ -74,7 +74,7 @@ spec: Apply changes: ```sh -git add . && \ +git add -A && \ git commit -m "add canary" && \ git push origin master && \ fluxctl sync @@ -127,7 +127,7 @@ spec: Apply changes: ```sh -git add . && \ +git add -A && \ git commit -m "update podinfo" && \ git push origin master && \ fluxctl sync @@ -160,7 +160,7 @@ spec: Apply changes: ```sh -git add . && \ +git add -A && \ git commit -m "update podinfo" && \ git push origin master && \ fluxctl sync diff --git a/docs/helm/README.md b/docs/helm/README.md index 3cd54317..b12af572 100644 --- a/docs/helm/README.md +++ b/docs/helm/README.md @@ -52,7 +52,7 @@ spec: Apply changes: ```sh -git add . && \ +git add -A && \ git commit -m "install ingress" && \ git push origin master && \ fluxctl sync @@ -126,7 +126,7 @@ spec: Apply changes: ```sh -git add . && \ +git add -A && \ git commit -m "install podinfo" && \ git push origin master && \ fluxctl sync @@ -163,7 +163,7 @@ metadata: Commit and push the changes to GitHub: ```sh -git add . && git commit -m "automate podinfo" && git push origin master +git add -A && git commit -m "automate podinfo" && git push origin master ``` Sync the the changes on the cluster: @@ -216,7 +216,7 @@ spec: Apply changes: ```sh -git add . && \ +git add -A && \ git commit -m "install sealed-secrets" && \ git push origin master && \ fluxctl sync diff --git a/docs/test/README.md b/docs/test/README.md index dae70d54..3da2c609 100644 --- a/docs/test/README.md +++ b/docs/test/README.md @@ -82,7 +82,7 @@ spec: Apply changes: ```sh -git add . && \ +git add -A && \ git commit -m "update podinfo" && \ git push origin master && \ fluxctl sync @@ -117,7 +117,7 @@ spec: Apply changes: ```sh -git add . && \ +git add -A && \ git commit -m "update podinfo" && \ git push origin master && \ fluxctl sync