From b023a0e44e678ab1fa748c4acb8504fad6793d0c Mon Sep 17 00:00:00 2001 From: Ryota Date: Mon, 29 Jul 2019 21:04:06 +0100 Subject: [PATCH 01/16] Correct installing.md to install/index.md --- README.md | 2 +- remote/errors.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2268cf22e..7c2c03d51 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Get started by browsing through the documentation below: - [Introduction to Flux](/docs/introduction.md) - [FAQ](/docs/faq.md) and [frequently encountered issues](https://github.com/fluxcd/flux/labels/FAQ) - [How it works](/docs/how-it-works.md) - - [Considerations regarding installing Flux](/docs/installing.md) + - [Considerations regarding installing Flux](/docs/install/index.md) - [Flux <-> Helm integration](/docs/helm-integration.md) - Get Started with Flux - [Standalone Flux](/docs/get-started.md) diff --git a/remote/errors.go b/remote/errors.go index 3add0d187..0383db007 100644 --- a/remote/errors.go +++ b/remote/errors.go @@ -22,7 +22,7 @@ and try the operation again. Otherwise, please consult the installation instructions in our documentation: - https://github.com/weaveworks/flux/blob/master/docs/installing.md + https://github.com/weaveworks/flux/blob/master/docs/install/index.md If you are still stuck, please log an issue: @@ -89,7 +89,7 @@ Otherwise, it is likely to be an ongoing problem until fluxd is updated and/or redeployed. For help, please consult the installation instructions: - https://github.com/weaveworks/flux/blob/master/docs/installing.md + https://github.com/weaveworks/flux/blob/master/docs/install/index.md If you are still stuck, please log an issue: From 5fac36f4e104305e4dfe9656c154c91b24d0264f Mon Sep 17 00:00:00 2001 From: Ryota Date: Mon, 29 Jul 2019 21:05:47 +0100 Subject: [PATCH 02/16] Correct helm-get-started.md to install/helm-get-started.md --- CONTRIBUTING.md | 2 +- README.md | 4 ++-- chart/flux/README.md | 2 +- docs/install/get-started.md | 4 ++-- docs/install/index.md | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b27307bd5..9a6ba1c14 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ on. To set up Flux to test things, there's documentation about setting up a [standalone install](docs/get-started.md) and a [Helm -install](docs/helm-get-started.md), which might be helpful. +install](docs/install/helm-get-started.md), which might be helpful. Please talk to us on Slack, if you should get stuck anywhere. We appreciate any help and look forward to talking to you soon! diff --git a/README.md b/README.md index 7c2c03d51..e674c7af0 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ Get started by browsing through the documentation below: - [Flux <-> Helm integration](/docs/helm-integration.md) - Get Started with Flux - [Standalone Flux](/docs/get-started.md) - - [Flux using Helm](/docs/helm-get-started.md) + - [Flux using Helm](/docs/install/helm-get-started.md) - [Automation: annotations and locks](/docs/annotations-tutorial.md) - Operating Flux - [Using fluxctl to control Flux](/docs/fluxctl.md) @@ -135,7 +135,7 @@ The Flux project adheres to the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md). Instances of abusive, harassing, or otherwise unacceptable behavior -may be reported by contacting a *Flux* project maintainer, or the CNCF +may be reported by contacting a _Flux_ project maintainer, or the CNCF mediator, Mishi Choudhary . To familiarise yourself with the project and how things work, you might diff --git a/chart/flux/README.md b/chart/flux/README.md index 3b946dc4d..2e81e5f49 100755 --- a/chart/flux/README.md +++ b/chart/flux/README.md @@ -37,7 +37,7 @@ until it can find one. ## Installation We put together a simple [Get Started -guide](../../docs/helm-get-started.md) which takes about 5-10 minutes to follow. +guide](../../docs/install/helm-get-started.md) which takes about 5-10 minutes to follow. You will have a fully working Flux installation deploying workloads to your cluster. ## Installing Flux using Helm diff --git a/docs/install/get-started.md b/docs/install/get-started.md index 7973ad7d9..fb1cc00a0 100644 --- a/docs/install/get-started.md +++ b/docs/install/get-started.md @@ -8,7 +8,7 @@ have Flux running in your cluster and it will be deploying any code changes for you. > **Note:** If you would like to install Flux using Helm, refer to the -[Helm section](./helm-get-started.md). +[Helm section](./install/helm-get-started.md). ### Prerequisites @@ -56,7 +56,7 @@ want to use that too, be sure to create a fork of it on GitHub and add the git URL to the config file above. After that, set the `--git-path` flag to `--git-path=namespaces,workloads`, this is meant to exclude Helm manifests. Again, if you want to get started with Helm, please refer to the -[Helm section](./helm-get-started.md). +[Helm section](./install/helm-get-started.md). ### Deploying Flux to the cluster diff --git a/docs/install/index.md b/docs/install/index.md index df006e80f..516d8a79b 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -9,7 +9,7 @@ Here are the instructions to [install Flux on your own cluster](./get-started.md). If you are using Helm, we have a [separate section about -this](./helm-get-started.md). +this](./install/helm-get-started.md). You can also configure a more advanced, [standalone setup](./standalone-setup.md). From d2146dcb3b0466f88a8dda33cb14fdc25d60d4a2 Mon Sep 17 00:00:00 2001 From: Ryota Date: Mon, 29 Jul 2019 21:06:34 +0100 Subject: [PATCH 03/16] Correct get-started.md to install/get-started.md --- CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9a6ba1c14..7e79ff960 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ the `blocked-needs-validation` label is removed, and the issue can be worked on. To set up Flux to test things, there's documentation about setting up a -[standalone install](docs/get-started.md) and a [Helm +[standalone install](docs/install/get-started.md) and a [Helm install](docs/install/helm-get-started.md), which might be helpful. Please talk to us on Slack, if you should get stuck anywhere. We appreciate diff --git a/README.md b/README.md index e674c7af0..3406f883c 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ Get started by browsing through the documentation below: - [Considerations regarding installing Flux](/docs/install/index.md) - [Flux <-> Helm integration](/docs/helm-integration.md) - Get Started with Flux - - [Standalone Flux](/docs/get-started.md) + - [Standalone Flux](/docs/install/get-started.md) - [Flux using Helm](/docs/install/helm-get-started.md) - [Automation: annotations and locks](/docs/annotations-tutorial.md) - Operating Flux From 27a5ee037292d2bacd527ac1a346293789c0e813 Mon Sep 17 00:00:00 2001 From: Ryota Date: Mon, 29 Jul 2019 21:08:26 +0100 Subject: [PATCH 04/16] Correct building.md to development/building.md --- CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7e79ff960..312df9e96 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -73,7 +73,7 @@ This is a rough outline of how to prepare a contribution: ### How to build and run the project -Refer to the [building doc](docs/building.md) to find out how to build from +Refer to the [building doc](docs/development/building.md) to find out how to build from source. Refer to the [Get Started Developing](docs/get-started-developing.md) guide for a walkthrough on developing Flux locally. diff --git a/README.md b/README.md index 3406f883c..35ddf08d8 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ To familiarise yourself with the project and how things work, you might be interested in the following: - [Our contributions guidelines](CONTRIBUTING.md) -- [Build documentation](/docs/building.md) +- [Build documentation](/docs/development/building.md) - [Release documentation](/internal_docs/releasing.md) ## Getting Help From 8227c8f02cc916bf105eec095ee0e6d7bd350984 Mon Sep 17 00:00:00 2001 From: Ryota Date: Mon, 29 Jul 2019 21:09:36 +0100 Subject: [PATCH 05/16] Correct get-started-developing.md to development/get-started-development.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 312df9e96..1234476f4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -76,7 +76,7 @@ This is a rough outline of how to prepare a contribution: Refer to the [building doc](docs/development/building.md) to find out how to build from source. -Refer to the [Get Started Developing](docs/get-started-developing.md) guide for a walkthrough on developing Flux locally. +Refer to the [Get Started Developing](docs/development/get-started-developing.md) guide for a walkthrough on developing Flux locally. ### How to run the test suite From 31e8b61e2e4267228b81e01acabbc90b633b16f3 Mon Sep 17 00:00:00 2001 From: Ryota Date: Mon, 29 Jul 2019 21:10:19 +0100 Subject: [PATCH 06/16] Correct daemon.md to features/daemon.md --- docs/using/fluxctl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using/fluxctl.md b/docs/using/fluxctl.md index 76e992f58..a85fc9dd7 100644 --- a/docs/using/fluxctl.md +++ b/docs/using/fluxctl.md @@ -556,7 +556,7 @@ Commit customization --git-user --git-email - See [docs/daemon.md] for more information. + See [docs/features/daemon.md] for more information. 3. Commit author From c5f1efbe169737cb3e160aa1b0afec8127030aa9 Mon Sep 17 00:00:00 2001 From: Ryota Date: Mon, 29 Jul 2019 21:11:13 +0100 Subject: [PATCH 07/16] Correct garbagecollection.md to features/garbagecollection.md --- chart/flux/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/flux/README.md b/chart/flux/README.md index 2e81e5f49..a22a5632b 100755 --- a/chart/flux/README.md +++ b/chart/flux/README.md @@ -288,8 +288,8 @@ The following tables lists the configurable parameters of the Flux chart and the | `helmOperator.affinity` | `{}` | Affinity properties for the helmOperator deployment | `kube.config` | [See values.yaml](/chart/flux/values.yaml#L151-L165) | Override for kubectl default config in the Flux pod(s). | `prometheus.enabled` | `false` | If enabled, adds prometheus annotations to Flux and helmOperator pod(s) -| `syncGarbageCollection.enabled` | `false` | If enabled, fluxd will delete resources that it created, but are no longer present in git (experimental, see [garbage collection](/docs/garbagecollection.md)) -| `syncGarbageCollection.dry` | `false` | If enabled, fluxd won't delete any resources, but log the garbage collection output (experimental, see [garbage collection](/docs/garbagecollection.md)) +| `syncGarbageCollection.enabled` | `false` | If enabled, fluxd will delete resources that it created, but are no longer present in git (experimental, see [garbage collection](/docs/features/garbagecollection.md)) +| `syncGarbageCollection.dry` | `false` | If enabled, fluxd won't delete any resources, but log the garbage collection output (experimental, see [garbage collection](/docs/features/garbagecollection.md)) Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example: From adc24d2197791f7b7ff7d3044b4b5adcc6d11c84 Mon Sep 17 00:00:00 2001 From: Ryota Date: Mon, 29 Jul 2019 21:11:56 +0100 Subject: [PATCH 08/16] Correct helm-integration.md to helm/helm-integration.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35ddf08d8..f489624ab 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Its major features are: - [Automated git → cluster synchronisation](/docs/introduction.md#automated-git-cluster-synchronisation) - [Automated deployment of new container images](/docs/introduction.md#automated-deployment-of-new-container-images) -- [Integrations with other devops tools](/docs/introduction.md#integrations-with-other-devops-tools) ([Helm](/docs/helm-integration.md) and more) +- [Integrations with other devops tools](/docs/introduction.md#integrations-with-other-devops-tools) ([Helm](/docs/helm/helm-integration.md) and more) - No additional service or infrastructure needed - Flux lives inside your cluster - Straight-forward control over the state of deployments in the @@ -103,7 +103,7 @@ Get started by browsing through the documentation below: - [FAQ](/docs/faq.md) and [frequently encountered issues](https://github.com/fluxcd/flux/labels/FAQ) - [How it works](/docs/how-it-works.md) - [Considerations regarding installing Flux](/docs/install/index.md) - - [Flux <-> Helm integration](/docs/helm-integration.md) + - [Flux <-> Helm integration](/docs/helm/helm-integration.md) - Get Started with Flux - [Standalone Flux](/docs/install/get-started.md) - [Flux using Helm](/docs/install/helm-get-started.md) From 79f1934c9bac572a437abfe3ef500fbc70aa4775 Mon Sep 17 00:00:00 2001 From: Ryota Date: Mon, 29 Jul 2019 21:12:19 +0100 Subject: [PATCH 09/16] Correct helm-operator.md to helm/helm-operator.md --- README.md | 2 +- chart/flux/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f489624ab..11013c806 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Get started by browsing through the documentation below: - [Automation: annotations and locks](/docs/annotations-tutorial.md) - Operating Flux - [Using fluxctl to control Flux](/docs/fluxctl.md) - - [Helm Operator](/docs/helm-operator.md) + - [Helm Operator](/docs/helm/helm-operator.md) - [Troubleshooting](/docs/troubleshooting.md) - [Frequently encountered issues](https://github.com/fluxcd/flux/labels/FAQ) - [Upgrading to Flux v1](/docs/upgrading-to-1.0.md) diff --git a/chart/flux/README.md b/chart/flux/README.md index a22a5632b..8ec047ae4 100755 --- a/chart/flux/README.md +++ b/chart/flux/README.md @@ -22,7 +22,7 @@ This means fluxd can fail to apply changes to HelmRelease resources. ### Helm Tiller should be running in the cluster, though -[helm-operator](../../docs/helm-operator.md) will wait +[helm-operator](../../docs/helm/helm-operator.md) will wait until it can find one. # Git repo From 4cacf8dd54fa25a1217428f5853818853f15f79c Mon Sep 17 00:00:00 2001 From: Ryota Date: Mon, 29 Jul 2019 21:13:16 +0100 Subject: [PATCH 10/16] Correct standalone-setup.md to install/standalone-setup.md --- deploy/flux-deployment.yaml | 2 +- install/templates/flux-deployment.yaml.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/flux-deployment.yaml b/deploy/flux-deployment.yaml index 6e4012671..96e22e79e 100644 --- a/deploy/flux-deployment.yaml +++ b/deploy/flux-deployment.yaml @@ -35,7 +35,7 @@ spec: # file, which you will need to do if you host your own git # repo rather than using github or the like. You'll also need to # mount it into the container, below. See - # https://github.com/weaveworks/flux/blob/master/docs/standalone-setup.md#using-a-private-git-host + # https://github.com/weaveworks/flux/blob/master/docs/install/standalone-setup.md#using-a-private-git-host # - name: ssh-config # configMap: # name: flux-ssh-config diff --git a/install/templates/flux-deployment.yaml.tmpl b/install/templates/flux-deployment.yaml.tmpl index abcbcbcb9..2b08fd64c 100644 --- a/install/templates/flux-deployment.yaml.tmpl +++ b/install/templates/flux-deployment.yaml.tmpl @@ -36,7 +36,7 @@ spec: # file, which you will need to do if you host your own git # repo rather than using github or the like. You'll also need to # mount it into the container, below. See - # https://github.com/weaveworks/flux/blob/master/docs/standalone-setup.md#using-a-private-git-host + # https://github.com/weaveworks/flux/blob/master/docs/install/standalone-setup.md#using-a-private-git-host # - name: ssh-config # configMap: # name: flux-ssh-config From 45c4fb7c34e970b65c33a0fa67ecdc5464fad02a Mon Sep 17 00:00:00 2001 From: Ryota Date: Mon, 29 Jul 2019 21:15:37 +0100 Subject: [PATCH 11/16] Correct annotations-tutorial.md to using/annotations-tutorial.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11013c806..e801b7c48 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ Get started by browsing through the documentation below: - Get Started with Flux - [Standalone Flux](/docs/install/get-started.md) - [Flux using Helm](/docs/install/helm-get-started.md) - - [Automation: annotations and locks](/docs/annotations-tutorial.md) + - [Automation: annotations and locks](/docs/using/annotations-tutorial.md) - Operating Flux - [Using fluxctl to control Flux](/docs/fluxctl.md) - [Helm Operator](/docs/helm/helm-operator.md) From a6016032bc411d417dc206cc8716027e353eb46e Mon Sep 17 00:00:00 2001 From: Ryota Date: Mon, 29 Jul 2019 21:16:07 +0100 Subject: [PATCH 12/16] Correct fluxctl.md to using/fluxctl.md --- README.md | 2 +- chart/flux/README.md | 2 +- chart/flux/templates/NOTES.txt | 2 +- docs/features/fluxyaml-config-files.md | 2 +- git/errors.go | 2 +- internal_docs/releasing.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e801b7c48..7dd6cdf77 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ Get started by browsing through the documentation below: - [Flux using Helm](/docs/install/helm-get-started.md) - [Automation: annotations and locks](/docs/using/annotations-tutorial.md) - Operating Flux - - [Using fluxctl to control Flux](/docs/fluxctl.md) + - [Using fluxctl to control Flux](/docs/using/fluxctl.md) - [Helm Operator](/docs/helm/helm-operator.md) - [Troubleshooting](/docs/troubleshooting.md) - [Frequently encountered issues](https://github.com/fluxcd/flux/labels/FAQ) diff --git a/chart/flux/README.md b/chart/flux/README.md index 8ec047ae4..568cec5ee 100755 --- a/chart/flux/README.md +++ b/chart/flux/README.md @@ -154,7 +154,7 @@ The [configuration](#configuration) section lists all the parameters that can be #### Setup Git deploy At startup Flux generates a SSH key and logs the public key. -Find the SSH public key by installing [fluxctl](../../docs/fluxctl.md) and +Find the SSH public key by installing [fluxctl](../../docs/using/fluxctl.md) and running: ```sh diff --git a/chart/flux/templates/NOTES.txt b/chart/flux/templates/NOTES.txt index d81e12603..c38c17d5a 100644 --- a/chart/flux/templates/NOTES.txt +++ b/chart/flux/templates/NOTES.txt @@ -3,7 +3,7 @@ Get the Git deploy key by either (a) running kubectl -n {{ .Release.Namespace }} logs deployment/{{ .Release.Name }} | grep identity.pub | cut -d '"' -f2 or by (b) installing fluxctl through -https://github.com/weaveworks/flux/blob/master/docs/fluxctl.md#installing-fluxctl +https://github.com/weaveworks/flux/blob/master/docs/using/fluxctl.md#installing-fluxctl and running: fluxctl identity diff --git a/docs/features/fluxyaml-config-files.md b/docs/features/fluxyaml-config-files.md index 130259ec1..492f9cfad 100644 --- a/docs/features/fluxyaml-config-files.md +++ b/docs/features/fluxyaml-config-files.md @@ -26,7 +26,7 @@ Flux performs two types of actions on raw manifest files from the Git repository 1. Read manifest files when performing a sync operation (i.e making sure that the status of the cluster reflects what's in the manifest files, adjusting it if necessary) -2. Update the manifest files of [workload](https://github.com/weaveworks/flux/blob/master/docs/fluxctl.md#what-is-a-workload). +2. Update the manifest files of [workload](https://github.com/weaveworks/flux/blob/master/docs/using/fluxctl.md#what-is-a-workload). Specifically, flux can update: * container images, when releasing a new image version. A release can happen manually or automatically, when a new container image is pushed to a repository. diff --git a/git/errors.go b/git/errors.go index c3827c574..a11087613 100644 --- a/git/errors.go +++ b/git/errors.go @@ -16,7 +16,7 @@ We need to clone a git repo to proceed, and you haven't supplied one. Please upload a config file, including a git repository URL, as described in - https://github.com/weaveworks/flux/blob/master/docs/fluxctl.md + https://github.com/weaveworks/flux/blob/master/docs/using/fluxctl.md `, } diff --git a/internal_docs/releasing.md b/internal_docs/releasing.md index 5b7b126d2..866508d53 100644 --- a/internal_docs/releasing.md +++ b/internal_docs/releasing.md @@ -4,7 +4,7 @@ The release process needs to do these things: - create a new release on GitHub, with a tag - push Docker image(s) to Docker Hub - - possibly upload the [`fluxctl` binaries](/docs/fluxctl.md#binary-releases) to the GitHub release + - possibly upload the [`fluxctl` binaries](/docs/using/fluxctl.md#binary-releases) to the GitHub release - make sure the version is entered into the checkpoint database so that up-to-date checks report back accurate information - close out the GitHub milestone that was used to track the release From 18b3fdff81abe348a6d30e6fc77fb68a4f26156c Mon Sep 17 00:00:00 2001 From: Ryota Date: Mon, 29 Jul 2019 21:16:51 +0100 Subject: [PATCH 13/16] Correct upgrading-to-1.0.md to using/upgrading-to-1.0.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dd6cdf77..1783eab99 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ Get started by browsing through the documentation below: - [Helm Operator](/docs/helm/helm-operator.md) - [Troubleshooting](/docs/troubleshooting.md) - [Frequently encountered issues](https://github.com/fluxcd/flux/labels/FAQ) - - [Upgrading to Flux v1](/docs/upgrading-to-1.0.md) + - [Upgrading to Flux v1](/docs/using/upgrading-to-1.0.md) ### Integrations From f8563da9f120f2b86537bbdbab8cbfee91cc9072 Mon Sep 17 00:00:00 2001 From: Ryota Date: Mon, 29 Jul 2019 21:41:56 +0100 Subject: [PATCH 14/16] Correct redundant directory in the link to helm-get-started.md --- docs/install/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/index.md b/docs/install/index.md index 516d8a79b..df006e80f 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -9,7 +9,7 @@ Here are the instructions to [install Flux on your own cluster](./get-started.md). If you are using Helm, we have a [separate section about -this](./install/helm-get-started.md). +this](./helm-get-started.md). You can also configure a more advanced, [standalone setup](./standalone-setup.md). From 3121b016851fb064a060514bdde200b4a48d4ad7 Mon Sep 17 00:00:00 2001 From: Ryota Date: Mon, 29 Jul 2019 21:48:31 +0100 Subject: [PATCH 15/16] Correct more redundant directory in the links --- docs/install/get-started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install/get-started.md b/docs/install/get-started.md index fb1cc00a0..4de5f9a26 100644 --- a/docs/install/get-started.md +++ b/docs/install/get-started.md @@ -8,7 +8,7 @@ have Flux running in your cluster and it will be deploying any code changes for you. > **Note:** If you would like to install Flux using Helm, refer to the -[Helm section](./install/helm-get-started.md). +> [Helm section](./helm-get-started.md). ### Prerequisites @@ -56,7 +56,7 @@ want to use that too, be sure to create a fork of it on GitHub and add the git URL to the config file above. After that, set the `--git-path` flag to `--git-path=namespaces,workloads`, this is meant to exclude Helm manifests. Again, if you want to get started with Helm, please refer to the -[Helm section](./install/helm-get-started.md). +[Helm section](./helm-get-started.md). ### Deploying Flux to the cluster @@ -90,7 +90,7 @@ repository. Open GitHub, navigate to your fork, go to **Setting > Deploy keys**, click on **Add deploy key**, give it a `Title`, check **Allow write -access**, paste the Flux public key and click **Add key**. See the +access**, paste the Flux public key and click **Add key**. See the [GitHub docs](https://developer.github.com/v3/guides/managing-deploy-keys/#deploy-keys) for more info on how to manage deploy keys. From cae36707efab7366bff8a64536ea65a7ee9a07c5 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Tue, 30 Jul 2019 11:11:23 +0200 Subject: [PATCH 16/16] Re-gen generated templates --- install/generated_templates.gogen.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install/generated_templates.gogen.go b/install/generated_templates.gogen.go index 6492412fe..20afc50d1 100644 --- a/install/generated_templates.gogen.go +++ b/install/generated_templates.gogen.go @@ -19,7 +19,7 @@ var templates = func() http.FileSystem { fs := vfsgen۰FS{ "/": &vfsgen۰DirInfo{ name: "/", - modTime: time.Date(2019, 7, 29, 15, 6, 44, 400020755, time.UTC), + modTime: time.Date(2019, 7, 30, 9, 7, 53, 602764277, time.UTC), }, "/flux-account.yaml.tmpl": &vfsgen۰CompressedFileInfo{ name: "flux-account.yaml.tmpl", @@ -30,10 +30,10 @@ var templates = func() http.FileSystem { }, "/flux-deployment.yaml.tmpl": &vfsgen۰CompressedFileInfo{ name: "flux-deployment.yaml.tmpl", - modTime: time.Date(2019, 7, 29, 15, 6, 44, 400020755, time.UTC), - uncompressedSize: 5901, + modTime: time.Date(2019, 7, 30, 9, 7, 53, 602764277, time.UTC), + uncompressedSize: 5909, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x58\x5f\x8f\x1b\xb7\x11\x7f\xbf\x4f\x31\x90\x1f\x6c\x03\xd2\xea\x94\x4b\x8b\x62\xd3\x0b\xe0\xd8\xb1\xeb\x3a\x3e\x1f\x7c\x75\x8b\x3e\x35\x14\x77\xa4\x25\xc4\x25\xb7\x1c\xee\x2a\x82\x90\xef\x1e\x0c\xb9\x7f\xb8\x92\xce\x17\xd8\x0f\xbe\x3b\xee\xfc\x9f\xe1\x6f\x66\xb8\x58\x2c\xae\x44\xad\xfe\x8d\x8e\x94\x35\x39\x88\xba\xa6\x65\xbb\xba\xda\x29\x53\xe4\xf0\x06\x6b\x6d\x0f\x15\x1a\x7f\x55\xa1\x17\x85\xf0\x22\xbf\x02\x30\xa2\xc2\x1c\x36\xba\xf9\xed\x78\x04\xb5\x81\xec\x4e\x54\x48\xb5\x90\x08\xbf\xff\xde\x7d\x0f\x7f\xe6\x70\x3c\x4e\xbf\x1e\x8f\x80\xa6\x60\x32\xaa\x51\xb2\x30\x87\xb5\x56\x52\x50\x0e\xab\x2b\x00\x42\x8d\xd2\x5b\xc7\x5f\x00\x2a\xe1\x65\xf9\x8b\x58\xa3\xa6\x78\x90\xea\x66\x6a\xef\x84\xc7\xed\x21\x7e\xf4\x87\x1a\x73\xf8\x8c\xd2\xa1\xf0\x78\x05\xe0\xb1\xaa\xb5\xf0\xd8\x09\x4b\x3c\xe0\x7f\xc2\x18\xeb\x85\x57\xd6\x0c\xc2\x01\x6a\x67\x2b\xf4\x25\x36\x94\x29\xbb\xac\xad\xf3\x39\xcc\x6e\xae\x6f\x56\x33\x78\x06\x1e\xb5\x4e\x28\xc0\x5b\x20\xe9\x44\x8d\xb0\xac\xd0\x3b\x25\x89\x9d\xab\xad\x32\xfe\x39\x01\x33\x67\x9d\x60\x3d\xf1\xe1\xc4\x0b\x80\x3e\x16\xe1\x77\x74\xad\x92\xf8\x4a\x4a\xdb\x18\x7f\x37\x25\x04\x68\xad\x6e\x2a\x1c\x44\x2d\x3a\x51\x5b\xe5\x17\x3b\x3c\x0c\x0a\x88\xa3\xe0\x47\x85\xfd\xc9\x28\x6f\xc1\x2c\x45\x48\x70\x42\x55\xe0\x46\x34\xda\x7f\xb4\x05\xe6\x70\xfd\xfd\xf5\x35\x3c\x83\x7d\x89\x06\x2a\xb6\x06\x0b\x70\x28\x8a\x85\x35\xfa\x30\x87\x3d\xc2\xde\x9a\xe7\x1e\xd6\x08\x62\xad\x91\xe3\x21\xcb\xca\x16\x57\x9d\xc0\x67\xf0\xaf\x52\x11\x28\x02\x01\xbe\xaa\x37\x04\x0d\x61\x01\x1b\xeb\x60\x8b\x06\x9d\xf0\xca\x6c\xe1\xe1\xe1\x1f\xb0\xc3\x03\x65\xf0\xde\xc0\x87\xbf\x11\xfc\x78\x0b\xab\x6c\x75\x3d\x1f\xa4\xf4\xba\xa3\x0b\x04\xc2\x61\x6a\x07\x59\x36\xc5\x20\x16\x20\x80\xb0\x16\x5c\x14\x5d\xa0\x60\x8f\x83\x18\x29\x0c\xec\x9d\xf2\x6c\x68\x76\x39\x7e\x5b\x34\x43\x30\xb0\xaa\xfd\xe1\x8d\x72\x69\x10\x2b\x2c\x54\x53\xe5\xf0\x11\x2b\xeb\x0e\xa9\x9f\x08\x1b\xab\xb5\xdd\xb3\x47\x9d\x6a\x45\xc1\xd5\x86\xf8\x4c\x80\x6c\xc8\xdb\x4a\x71\x04\x76\xc6\xee\xcd\xff\x4a\x4b\x9e\x06\x11\x1b\xa5\x71\x0e\xfb\x52\xc9\x12\x0e\xb6\x81\xbd\xd2\x3a\x3a\xe5\x2d\x14\x96\xef\x19\x1f\x33\x13\xff\xe2\xc0\xee\x0d\x9b\x3d\x08\x70\x58\x5b\x70\xc2\x97\xe8\xc0\x97\xc2\x74\x8a\xb7\xca\x97\xcd\x1a\x2c\x1f\x22\x68\xb5\xc3\x0c\xfe\x6b\x9b\xe7\x5a\x83\xd0\x64\x7b\x15\xd3\x60\x83\xf2\xa0\x8c\xb7\x81\x47\x5a\xe3\x85\x32\xe8\xe6\xb0\x46\x6d\xf7\x19\x3c\xe0\x18\xd5\xd2\xfb\x9a\xf2\xe5\x32\xea\xc9\xa4\xad\x96\x7b\x14\x2d\xee\xad\xdb\xd1\x92\x2b\x6d\xb9\xd6\x76\xbd\xac\x04\x79\x74\xcb\xc2\x4a\x5a\x92\x17\xa6\x10\xda\x1a\x5c\x10\xfa\xa6\xce\xaa\xe2\x59\xb0\x76\x21\x16\xb5\x53\xad\xf0\x18\xca\x93\x9d\x1d\x14\xf5\xa9\x22\x2a\x17\xd2\x9a\x8d\xda\x0e\x9f\x00\xe2\xc1\x47\x51\xe7\xc9\x61\x7a\xcf\x16\x09\xdb\xb7\xa6\x2d\xdb\x35\x6b\x5c\x46\x21\x63\x75\x3e\x99\xb2\xbd\xa2\x92\x4f\x4a\xd1\x22\x08\x28\xd4\x66\x83\x8e\x31\xb5\x97\xd0\x5d\xba\x11\x37\x43\x86\xa2\xb8\x34\x47\x8c\x3d\xad\x2a\xb0\xcf\xca\x46\x6d\x2b\x51\x8f\x86\x28\x5f\x82\x30\x80\xc6\xbb\x43\xf0\xe1\xd7\x48\xf4\xeb\x1c\x84\x29\xa0\x31\xd2\x56\x0c\xe6\x81\x3f\x7a\xfb\x31\x64\x5b\x98\x62\x90\x82\xa6\x0d\x12\x14\x52\x97\xee\xb3\x0c\x70\x18\xbe\x21\x03\x09\xdb\x93\x19\x08\x40\xe1\x2d\xa8\x8a\x61\x14\xde\xdd\xbf\x0b\x18\x01\x2f\xd8\x2d\x52\x5b\xa3\xcc\xa8\x9c\x9d\x6b\xd1\xa9\x8d\x92\x01\xcf\xa1\x6e\x5c\x6d\x09\xe9\xe5\x9f\x08\xe4\x20\x25\xa2\x4b\x8c\x22\x07\x88\xf5\xfd\x89\xc0\x81\x70\xdb\xf1\x16\x3f\x12\xb1\x6d\xbd\x65\x78\xa1\x24\x34\x53\x84\x7e\xf6\x08\x46\x9f\xf3\x5d\xc0\xe8\x3e\x9c\xc3\x45\x3d\x6b\x0f\x49\x03\xe9\xa2\xee\x30\xc0\xa8\xb1\x30\xcb\xb9\x47\x92\x9f\x81\xaa\xc4\x16\x63\xf5\x33\x43\x06\x6f\x95\x29\x82\xcf\x15\xa3\x8e\x43\x39\x56\x6d\x44\x1c\x8d\x82\x90\xb1\x25\xb0\x72\x12\x78\x8c\x00\xe1\x07\x58\x60\x4c\x28\xac\xdc\xa1\x0b\xd0\xe0\xce\xc0\xc1\x8b\x21\x7c\x7d\x2e\x79\x24\xe0\x71\x81\x35\x7b\xb1\x05\xb6\x36\x1b\x68\x82\xaa\x1c\x3a\xa1\xca\x06\x31\xb2\x08\x3f\xf2\x55\xb6\xba\xc9\x6e\xa6\xb4\xf7\x8d\xd6\xf7\x56\x2b\x79\xc8\xe1\xfd\xe6\xce\xfa\x7b\x87\x94\x7a\xe2\x90\x6c\xe3\x24\x52\x0a\xf5\x0e\xff\xdf\x20\xf9\xc9\x19\x80\xac\x9b\x1c\xfe\x72\x5d\x4d\x0e\xab\xd0\x0d\x72\xf8\xeb\xf7\x1f\xd5\x38\x49\x58\x97\x32\x2f\xc6\xec\xdc\x87\xa9\xe2\xe6\xfa\x86\x9b\xab\x32\x1b\xeb\xaa\x50\xb6\x42\x0f\xd4\x49\x8d\x4d\x64\x5c\x6e\xf6\x10\x41\xfb\x5e\xf8\x32\x87\x25\x7a\x19\x62\x51\x2c\x89\x4a\x9e\x5a\x6c\x9c\xa3\x40\xdb\xee\x7a\x6c\x55\x8b\x06\x94\x89\xe1\x79\x4e\x91\x87\xa8\x5c\x4e\x6e\x75\x8c\x82\x28\x3e\x19\x7d\xc8\xc1\xbb\x06\x59\x1a\x77\xf4\x70\xa1\xd6\x1d\x0e\x71\x05\xd4\xe8\x36\xd6\x49\x64\xa1\xb1\x85\x73\x07\x7f\xcc\xf0\xb4\xcb\x4e\x6d\x6f\x85\xeb\x6c\x8f\x64\xdf\x66\x7e\x52\x4e\xef\x8d\xd4\x4d\xb8\xe8\x3c\x88\x44\x3c\xee\x41\x20\x76\xba\x27\x1a\x73\xdf\x9a\x7f\x60\xd6\x93\xa6\x39\x80\x01\x14\x28\xb5\x70\x3c\x80\xac\x6d\x9b\xd4\xea\x57\xba\x56\xbc\xcd\xa9\xf3\xce\x5a\xbf\xcc\x88\xca\x47\x1d\x10\x66\xa2\x75\x36\x22\xea\x2c\x6a\x9e\xf7\x24\x89\x04\x34\xad\x72\xd6\x04\xfc\x8a\xad\x61\xf6\xe1\xcb\x4f\x3f\xbf\xfe\x74\xf7\xf6\xfd\xbb\x59\x44\xac\x39\xc7\xc3\xb6\xe8\xdc\xb4\xbd\x24\x62\x02\x22\xaf\x0f\x11\xfc\xbd\xbe\xe4\xe3\x59\x5f\x38\xf7\x71\x2c\x4e\x26\x7e\xd4\x51\x86\x68\x1e\xa3\x7b\x6d\x8c\x28\x49\xe7\xec\xac\x0b\x39\x49\x44\x9c\xf6\xdf\x34\xe9\xa1\xf9\xf6\x83\xa4\x30\x20\xb4\x47\x67\x78\x50\x3c\xb3\x78\xe3\x6c\xc5\x65\xd1\x37\xd8\x39\x08\xe2\x72\xeb\x9a\x00\x87\x41\x5b\xb9\xa3\xf3\x64\xa3\x69\xf3\x0b\x71\x19\xc3\x3d\x89\x4b\x2b\x74\x83\x67\x31\x79\xaa\x88\x4f\x6b\xa0\x6f\x11\x5f\xa9\x00\xee\x50\xd3\xce\xf4\x95\xde\xf4\x48\x5d\x32\x55\x6c\xc6\x13\xba\x29\x3e\x8c\x46\xb3\xca\x7c\xe2\x43\x4c\x43\x5c\x38\xb0\x60\xcc\x94\x42\x96\x58\x70\x64\xd3\xd4\x0e\x43\x10\x27\x91\xc3\x32\x4f\xa4\x58\xd7\x4d\x39\x09\x43\xb7\x30\x05\xc6\x79\x50\xc2\x83\x3e\x35\x75\xad\x0f\x1c\x08\x4a\x43\x31\xce\x1a\x7e\x6f\xd9\xca\x86\x53\x1a\x0a\x2e\x6c\x77\x21\x0f\x50\xda\x7d\x58\x66\xac\x31\x28\x7d\x98\x43\xfc\x34\x74\x8b\xc5\xe0\x40\x98\x52\x59\xf9\xed\x70\x94\x75\x2d\x3a\xa3\x56\x66\x52\x37\x3c\xf9\x66\x8c\x5f\x3a\x0d\xc9\x17\x8a\x57\x6d\x0c\xc5\xeb\x48\xfa\xfe\x7e\xe2\x14\xdf\x3a\x42\x1f\x96\xa5\x69\x62\x47\x1b\x7a\x7a\x5e\x49\xbd\x63\xca\xb0\xbe\x24\x08\x9c\x5a\xdc\x51\xdf\x5e\x4d\x66\x02\x45\x50\x35\x14\xd6\xb9\x10\x3d\x85\x45\xac\xa6\x75\xc0\xf5\xd0\x8d\xc3\x16\xf7\xa2\x5f\x8d\x5e\xa6\xb6\xf4\x77\x2b\x56\x21\x0f\x11\xc9\x32\x37\x31\x84\xb1\x30\xe2\xfb\xa2\x50\xee\xf6\x0c\xf5\x53\xb3\x3e\x27\xb3\xc0\x98\xbc\x2f\x9f\x7f\x89\xdb\xa6\x30\xdb\xf8\xed\x9d\xf2\x61\x03\x22\xe5\xad\x3b\x0c\x68\xf5\x96\xe7\x98\x89\x72\xee\x41\x8d\xd3\xb7\xc7\x23\x64\xef\x94\x67\x49\xe1\xd1\x62\x4a\xb1\x76\xc2\xc8\xb2\x27\xfa\x29\xfc\x15\x9f\x2f\xd4\x26\x1c\xf1\xdd\xa0\x4b\x9c\xb5\xf0\x81\xef\x21\xa4\x81\xfe\x69\x95\x49\x18\x66\xf3\x59\xf7\x0a\xa2\x09\x53\x76\x9e\x04\xce\x5b\xd5\x5e\x98\x50\x7e\x0e\x39\xab\x32\x0e\xa0\x95\x30\x6a\xc3\xa3\x09\x17\x28\xa9\x02\x5d\xf4\xf5\x64\xc8\x0b\xdb\x9b\x25\x84\xc6\x14\xe8\x4e\x02\xe8\x50\x0b\xaf\x5a\x84\x3a\x98\xd5\xa5\x77\x3b\x09\xe2\x49\xc1\x0f\xce\x51\xb3\x2e\x94\x5b\xcd\xe3\xcf\xef\x86\x27\x9d\x31\x38\xe1\xc9\xe6\x52\x70\xc2\x3b\x48\x1f\xd5\x9e\xea\x82\x80\x2f\x84\xee\x12\x7f\x43\xe8\x86\xcc\x31\x0d\x5c\xe6\xff\xb9\x12\xea\xa2\x01\xc8\x1f\x7a\x09\x3d\xd5\xf8\x28\x75\x11\x74\x91\xef\xe9\xde\x72\x40\xd1\x84\x87\x0e\x8e\x13\x77\x03\xe5\x4f\x76\x91\x34\x56\x1d\xae\x76\xa8\x79\xfb\x15\x18\xed\x39\x3a\x59\xcc\x75\xfb\xf7\x1d\x1e\x40\x15\x3f\x0e\x64\x5f\x69\x95\x89\x55\x2c\x42\xf8\xc6\xe1\x64\x21\xba\xa0\x2b\x7c\x3e\x2c\x06\x7a\x7a\xdc\x77\x83\xbf\xf9\x3e\x00\x09\x24\x0a\x03\xb3\xa6\x26\xef\x50\x54\xb3\x1e\xb0\x12\x21\x2f\x30\xdb\x66\x73\xf8\x0f\xcf\xfb\xf0\x5a\xdb\xa6\x78\x99\x85\x7d\xcf\xdb\x1d\xcf\x6f\x04\xb5\x70\x5e\xc9\x46\x0b\x07\xdd\x53\x43\x27\xe5\x14\x6b\x3b\xad\xb7\x7b\xe2\x95\x42\xb2\xac\x2c\xec\x11\x59\x5c\x24\x44\xad\x96\x27\xd5\xcf\x6c\x41\xd1\xad\x58\xcb\xd5\x77\x37\xe7\xff\xa7\x0e\x3f\xa0\x6b\x2f\xbc\xe2\xf1\xd8\x31\x36\x1a\xce\xda\x0f\x29\xe2\x89\x1d\x23\xa5\x8b\xa8\x8b\x3e\x79\x1a\x7c\x9e\xbc\x2e\x26\xcf\x84\xec\x62\xd8\x67\x43\xeb\x9f\xe2\x92\x56\xe4\xd1\x2c\x3a\x13\x6e\xf3\x9b\xeb\x9b\xd5\x55\x57\xd1\xaf\x8a\x42\xc5\x0d\x81\xf1\xec\x15\xb7\xf3\x09\x74\x8c\xdf\xc7\x96\x76\x3c\x82\x0b\xe8\xf8\x04\xf7\x22\xbc\xd1\x4e\x6e\xc1\xf8\x5b\xaf\xe0\x53\xdd\x89\x7f\x73\xf7\xd0\xf7\x22\x9a\x77\x23\x52\xe3\xba\xce\x04\xa6\xb0\x9e\xc0\x06\x62\xa8\xc4\x21\x6c\x56\xba\x1d\x77\x6c\x43\xda\xda\x5d\x53\x83\x22\x6a\x90\xc0\x1a\x20\x5b\x21\x7c\x68\xd6\xe8\x0c\x7a\x24\x08\x0f\x42\x34\xae\xd0\x85\xa1\x7e\x79\x9b\xdd\x59\x83\xb3\xf4\xcb\xeb\x60\x40\xba\x44\x47\xe5\x34\xdd\xab\xfb\x51\x27\xd8\x37\xf9\x32\x4c\x61\xb3\xd5\xec\xea\x8f\x00\x00\x00\xff\xff\x83\x3b\x2d\xb6\x0d\x17\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x58\x5f\x8f\x1b\xb7\x11\x7f\xbf\x4f\x31\x90\x1f\x6c\x03\xd2\xea\x94\x4b\x8b\x62\xd3\x0b\xe0\xd8\xb1\xeb\x3a\x3e\x1f\x7c\x75\x8b\x3e\x35\x14\x77\xa4\x25\xc4\x25\xb7\x1c\xee\x2a\x82\x90\xef\x1e\x0c\xb9\x7f\xb8\x92\xce\x17\xd8\x0f\xbe\x3b\xee\xfc\x9f\xe1\x6f\x66\xb8\x58\x2c\xae\x44\xad\xfe\x8d\x8e\x94\x35\x39\x88\xba\xa6\x65\xbb\xba\xda\x29\x53\xe4\xf0\x06\x6b\x6d\x0f\x15\x1a\x7f\x55\xa1\x17\x85\xf0\x22\xbf\x02\x30\xa2\xc2\x1c\x36\xba\xf9\xed\x78\x04\xb5\x81\xec\x4e\x54\x48\xb5\x90\x08\xbf\xff\xde\x7d\x0f\x7f\xe6\x70\x3c\x4e\xbf\x1e\x8f\x80\xa6\x60\x32\xaa\x51\xb2\x30\x87\xb5\x56\x52\x50\x0e\xab\x2b\x00\x42\x8d\xd2\x5b\xc7\x5f\x00\x2a\xe1\x65\xf9\x8b\x58\xa3\xa6\x78\x90\xea\x66\x6a\xef\x84\xc7\xed\x21\x7e\xf4\x87\x1a\x73\xf8\x8c\xd2\xa1\xf0\x78\x05\xe0\xb1\xaa\xb5\xf0\xd8\x09\x4b\x3c\xe0\x7f\xc2\x18\xeb\x85\x57\xd6\x0c\xc2\x01\x6a\x67\x2b\xf4\x25\x36\x94\x29\xbb\xac\xad\xf3\x39\xcc\x6e\xae\x6f\x56\x33\x78\x06\x1e\xb5\x4e\x28\xc0\x5b\x20\xe9\x44\x8d\xb0\xac\xd0\x3b\x25\x89\x9d\xab\xad\x32\xfe\x39\x01\x33\x67\x9d\x60\x3d\xf1\xe1\xc4\x0b\x80\x3e\x16\xe1\x77\x74\xad\x92\xf8\x4a\x4a\xdb\x18\x7f\x37\x25\x04\x68\xad\x6e\x2a\x1c\x44\x2d\x3a\x51\x5b\xe5\x17\x3b\x3c\x0c\x0a\x88\xa3\xe0\x47\x85\xfd\xc9\x28\x6f\xc1\x2c\x45\x48\x70\x42\x55\xe0\x46\x34\xda\x7f\xb4\x05\xe6\x70\xfd\xfd\xf5\x35\x3c\x83\x7d\x89\x06\x2a\xb6\x06\x0b\x70\x28\x8a\x85\x35\xfa\x30\x87\x3d\xc2\xde\x9a\xe7\x1e\xd6\x08\x62\xad\x91\xe3\x21\xcb\xca\x16\x57\x9d\xc0\x67\xf0\xaf\x52\x11\x28\x02\x01\xbe\xaa\x37\x04\x0d\x61\x01\x1b\xeb\x60\x8b\x06\x9d\xf0\xca\x6c\xe1\xe1\xe1\x1f\xb0\xc3\x03\x65\xf0\xde\xc0\x87\xbf\x11\xfc\x78\x0b\xab\x6c\x75\x3d\x1f\xa4\xf4\xba\xa3\x0b\x04\xc2\x61\x6a\x07\x59\x36\xc5\x20\x16\x20\x80\xb0\x16\x5c\x14\x5d\xa0\x60\x8f\x83\x18\x29\x0c\xec\x9d\xf2\x6c\x68\x76\x39\x7e\x5b\x34\x43\x30\xb0\xaa\xfd\xe1\x8d\x72\x69\x10\x2b\x2c\x54\x53\xe5\xf0\x11\x2b\xeb\x0e\xa9\x9f\x08\x1b\xab\xb5\xdd\xb3\x47\x9d\x6a\x45\xc1\xd5\x86\xf8\x4c\x80\x6c\xc8\xdb\x4a\x71\x04\x76\xc6\xee\xcd\xff\x4a\x4b\x9e\x06\x11\x1b\xa5\x71\x0e\xfb\x52\xc9\x12\x0e\xb6\x81\xbd\xd2\x3a\x3a\xe5\x2d\x14\x96\xef\x19\x1f\x33\x13\xff\xe2\xc0\xee\x0d\x9b\x3d\x08\x70\x58\x5b\x70\xc2\x97\xe8\xc0\x97\xc2\x74\x8a\xb7\xca\x97\xcd\x1a\x2c\x1f\x22\x68\xb5\xc3\x0c\xfe\x6b\x9b\xe7\x5a\x83\xd0\x64\x7b\x15\xd3\x60\x83\xf2\xa0\x8c\xb7\x81\x47\x5a\xe3\x85\x32\xe8\xe6\xb0\x46\x6d\xf7\x19\x3c\xe0\x18\xd5\xd2\xfb\x9a\xf2\xe5\x32\xea\xc9\xa4\xad\x96\x7b\x14\x2d\xee\xad\xdb\xd1\x92\x2b\x6d\xb9\xd6\x76\xbd\xac\x04\x79\x74\xcb\xc2\x4a\x5a\x2a\x43\x5e\x68\xbd\x24\x2f\x4c\x21\xb4\x35\xb8\x20\xf4\x4d\x9d\x55\xc5\xb3\x60\xf5\x42\x2c\x6a\xa7\x5a\xe1\x31\x94\x29\x3b\x3d\x28\xec\x53\x46\x54\x2e\xa4\x35\x1b\xb5\x1d\x3e\x01\xc4\x83\x8f\xa2\xce\x93\xc3\xf4\xbe\x2d\x12\xb6\x6f\x4d\x5f\xb6\x6b\xd6\xb8\x8c\x42\xc6\x2a\x7d\x32\x75\x7b\x45\x25\x9f\x94\xa2\x45\x10\x50\xa8\xcd\x06\x1d\x63\x6b\x2f\xa1\xbb\x7c\x23\x7e\x86\x4c\x45\x71\x69\xae\x18\x83\x5a\x55\x60\x9f\x9d\x8d\xda\x56\xa2\x1e\x0d\x51\xbe\x04\x61\x00\x8d\x77\x87\xe0\xc3\xaf\x91\xe8\xd7\x39\x08\x53\x40\x63\xa4\xad\x18\xd4\x03\x7f\xf4\xf6\x63\xc8\xba\x30\xc5\x20\x05\x4d\x1b\x24\x28\xa4\x2e\xed\x67\x19\xe0\x30\x7c\x43\x06\x12\xb6\x27\x33\x10\x00\xc3\x5b\x50\x15\xc3\x29\xbc\xbb\x7f\x17\xb0\x02\x5e\xb0\x5b\xa4\xb6\x46\x99\x51\x39\x3b\xd7\xa2\x53\x1b\x25\x03\xae\x43\xdd\xb8\xda\x12\xd2\xcb\x3f\x11\xc8\x41\x4a\x44\x99\x18\x45\x0e\x10\xeb\xfb\x13\x81\x03\xe1\xb6\xe3\x6d\x7e\x24\x62\xdb\x7a\xcb\x30\x43\x49\x68\xa6\x48\xfd\xec\x11\xac\x3e\xe7\xbb\x80\xd5\x7d\x38\x87\x0b\x7b\xd6\x26\x92\x46\xd2\x45\xdd\x61\x80\x53\x63\x61\x96\x73\xaf\x24\x3f\x03\x55\x89\x2d\xc6\xea\x67\x86\x0c\xde\x2a\x53\x04\x9f\x2b\x46\x1f\x87\x72\xac\xda\x88\x3c\x1a\x05\x21\x63\x4c\x60\xe5\x24\xf0\x38\x01\xc2\x0f\xf0\xc0\xd8\x50\x58\xb9\x43\x17\x20\xc2\x9d\x81\x84\x17\x43\xf8\xfa\x5c\xf2\x68\xc0\x63\x03\x6b\xf6\x62\x0b\x6c\x6d\x36\xd0\x04\x55\x39\x74\x42\x95\x0d\x62\x64\x11\x7e\xe4\xab\x6c\x75\x93\xdd\x4c\x69\xef\x1b\xad\xef\xad\x56\xf2\x90\xc3\xfb\xcd\x9d\xf5\xf7\x0e\x29\xf5\xc4\x21\xd9\xc6\x49\xa4\x14\xf2\x1d\xfe\xbf\x41\xf2\x93\x33\x00\x59\x37\x39\xfc\xe5\xba\x9a\x1c\x56\xa1\x2b\xe4\xf0\xd7\xef\x3f\xaa\x71\xa2\xb0\x2e\x65\x5e\x8c\xd9\xb9\x0f\xd3\xc5\xcd\xf5\x0d\x37\x59\x65\x36\xd6\x55\xa1\x6c\x85\x1e\xa8\x93\x1a\x9b\xc8\xb8\xdc\xf4\x21\x82\xf7\xbd\xf0\x65\x0e\x4b\xf4\x32\xc4\xa2\x58\x12\x95\x3c\xbd\xd8\x38\x4f\x81\xb6\xdd\xf5\xd8\xaa\x16\x0d\x28\x13\xc3\xf3\x9c\x22\x0f\x51\xb9\x9c\xdc\xea\x18\x05\x51\x7c\x32\xfa\x90\x83\x77\x0d\xb2\x34\xee\xec\xe1\x42\xad\x3b\x1c\xe2\x0a\xa8\xd1\x6d\xac\x93\xc8\x42\x63\x2b\xe7\x4e\xfe\x98\xe1\x69\xb7\x9d\xda\xde\x0a\xd7\xd9\x1e\xc9\xbe\xcd\xfc\xa4\x9c\xde\x1b\xa9\x9b\x70\xd1\x79\x20\x89\x78\xdc\x83\x40\xec\x78\x4f\x34\xe8\xbe\x45\xff\xc0\xac\x27\xcd\x73\x00\x03\x28\x50\x6a\xe1\x78\x10\x59\xdb\x36\xa9\xd5\xaf\x74\xad\x78\x9b\x53\xe7\x9d\xb5\x7e\x99\x11\x95\x8f\x3a\x20\xcc\x44\xeb\x6c\x44\xd4\x59\xd4\x3c\xef\x49\x12\x09\x68\x5a\xe5\xac\x09\xf8\x15\x5b\xc3\xec\xc3\x97\x9f\x7e\x7e\xfd\xe9\xee\xed\xfb\x77\xb3\x88\x58\x73\x8e\x87\x6d\xd1\xb9\x69\x7b\x49\xc4\x04\x44\x5e\x1f\x22\xf8\x7b\x7d\xc9\xc7\xb3\xbe\x70\xee\xe3\x58\x9c\x4c\xfc\xa8\xa3\x0c\xd1\x3c\x4e\xf7\xda\x18\x51\x92\xce\xd9\x59\x17\x72\x92\x88\x38\xed\xbf\x69\xd2\x43\xf3\xed\x07\x4a\x61\x40\x68\x8f\xce\xf0\xc0\x78\x66\xf1\xc6\xd9\x8a\xcb\xa2\x6f\xb0\x73\x10\xc4\xe5\xd6\x35\x01\x0e\x83\xb6\x72\x47\xe7\xc9\x46\xd3\xe6\x17\xe2\x32\x86\x7b\x12\x97\x56\xe8\x06\xcf\x62\xf2\x54\x11\x9f\xd6\x40\xdf\x22\xbe\x52\x01\xdc\xa1\xa6\x9d\xe9\x2b\xbd\xe9\x91\xba\x64\xaa\xd8\x8c\x27\x74\x53\x7c\x18\x8d\x66\x95\xf9\xc4\x87\x98\x86\xb8\x78\x60\xc1\x98\x29\x85\x2c\xb1\xe0\xc8\xa6\xa9\x1d\x86\x20\x4e\x22\x87\x65\x9e\x48\xb1\xae\x9b\x72\x12\x86\x6e\x71\x0a\x8c\xf3\xa0\x84\x07\x7e\x6a\xea\x5a\x1f\x38\x10\x94\x86\x62\x9c\x35\xfc\xde\xb2\x95\x0d\xa7\x34\x14\x5c\xd8\xf2\x42\x1e\xa0\xb4\xfb\xb0\xd4\x58\x63\x50\xfa\x30\x87\xf8\x69\xe8\x16\x8b\xc1\x81\x30\xa5\xb2\xf2\xdb\xe1\x28\xeb\x5a\x74\x46\xad\xcc\xa4\x6e\x78\x02\xce\x18\xbf\x74\x1a\x92\x2f\x14\xaf\xda\x18\x8a\xd7\x91\xf4\xfd\xfd\xc4\x29\xbe\x75\x84\x3e\x2c\x4d\xd3\xc4\x8e\x36\xf4\xf4\xbc\x9a\x7a\xc7\x94\x61\x8d\x49\x10\x38\xb5\xb8\xa3\xbe\xbd\x9a\xcc\x04\x8a\xa0\x6a\x28\xac\x75\x21\x7a\x0a\x8b\x58\x4d\xeb\x80\xeb\xa1\x1b\x87\x6d\xee\x45\xbf\x22\xbd\x4c\x6d\xe9\xef\x56\xac\x42\x1e\x22\x92\xa5\x6e\x62\x08\x63\x61\xc4\xf7\x45\xa1\xdc\xed\x19\xea\xa7\x66\x7d\x4e\x66\x81\x31\x79\x5f\x3e\xff\x12\xb7\x4e\x61\xb6\xf1\xdb\x3b\xe5\xc3\x26\x44\xca\x5b\x77\x18\xd0\xea\x2d\xcf\x31\x13\xe5\xdc\x83\x1a\xa7\x6f\x8f\x47\xc8\xde\x29\xcf\x92\xc2\xe3\xc5\x94\x62\xed\x84\x91\x65\x4f\xf4\x53\xf8\x2b\x3e\x63\xa8\x4d\x38\xe2\xbb\x41\x97\x38\x6b\xe1\x03\xdf\x43\x48\x03\xfd\xd3\x2a\x93\x30\xcc\xe6\xb3\xee\x35\x44\x13\xa6\xec\x3c\x09\x9c\xb7\xaa\xbd\x30\xa1\xfc\x1c\x72\x56\x65\x1c\x40\x2b\x61\xd4\x86\x47\x13\x2e\x50\x52\x05\xba\xe8\xeb\xc9\x90\x17\xb6\x38\x4b\x08\x8d\x29\xd0\x9d\x04\xd0\xa1\x16\x5e\xb5\x08\x75\x30\xab\x4b\xef\x76\x12\xc4\x93\x82\x1f\x9c\xa3\x66\x5d\x28\xb7\x9a\xc7\x9f\xdf\x0d\x4f\x3b\x63\x70\xc2\xd3\xcd\xa5\xe0\x84\xf7\x90\x3e\xaa\x3d\xd5\x05\x01\x5f\x08\xdd\x25\xfe\x86\xd0\x0d\x99\x63\x1a\xb8\xcc\xff\x73\x25\xd4\x45\x03\x90\x3f\xf4\x12\x7a\xaa\xf1\x71\xea\x22\xe8\x22\xdf\xd3\xbd\xe5\x80\xa2\x09\x0f\x1e\x1c\x27\xee\x06\xca\x9f\xec\x22\x69\xac\x3a\x5c\xed\x50\xf3\xf6\x2b\x30\xda\x73\x74\xb2\x98\xeb\xf6\xef\x3b\x3c\x80\x2a\x7e\x1c\xc8\xbe\xd2\x2a\x13\xab\x58\x84\xf0\x8d\xc3\xc9\x42\x74\x41\x57\xf8\x7c\x58\x0c\xf4\xf4\xb8\xef\x06\x7f\xf3\x7d\x00\x12\x48\x14\x06\x66\x4d\x4d\xde\xa1\xa8\x66\x3d\x60\x25\x42\x5e\x60\xb6\xcd\xe6\xf0\x1f\x9e\xf7\xe1\xb5\xb6\x4d\xf1\x32\x0b\xfb\x9e\xb7\x3b\x9e\xdf\x08\x6a\xe1\xbc\x92\x8d\x16\x0e\xba\x27\x87\x4e\xca\x29\xd6\x76\x5a\x6f\xf7\xc4\x2b\x85\x64\x59\x59\xd8\x23\xb2\xb8\x48\x88\x5a\x2d\x4f\xaa\x9f\xd9\x82\xa2\x5b\xb1\x96\xab\xef\x6e\xce\xff\x4f\x1d\x7e\x40\xd7\x5e\x78\xcd\xe3\xb1\x63\x6c\x34\x9c\xb5\x1f\x52\xc4\x13\x3b\x46\x4a\x17\x51\x17\x7d\xf2\x44\xf8\x3c\x79\x65\x4c\x9e\x0b\xd9\xc5\xb0\xcf\x86\xd6\x3f\xc5\x25\xad\xc8\xa3\x59\x74\x26\xdc\xe6\x37\xd7\x37\xab\xab\xae\xa2\x5f\x15\x85\x8a\x1b\x02\xe3\xd9\x2b\x6e\xe7\x13\xe8\x18\xbf\x8f\x2d\xed\x78\x04\x17\xd0\xf1\x09\xee\x45\x78\xab\x9d\xdc\x82\xf1\xb7\x5e\xc1\xa7\xba\x13\xff\xe6\xee\xa1\xef\x45\x34\xef\x46\xa4\xc6\x75\x9d\x09\x4c\x61\x3d\x81\x0d\xc4\x50\x89\x43\xd8\xac\x74\x3b\xee\xd8\x86\xb4\xb5\xbb\xa6\x06\x45\xd4\x20\x81\x35\x40\xb6\x42\xf8\xd0\xac\xd1\x19\xf4\x48\x10\x1e\x84\x68\x5c\xa1\x0b\x43\xfd\xf2\x36\xbb\xb3\x06\x67\xe9\x97\xd7\xc1\x80\x74\x89\x8e\xca\x69\xba\x57\xf7\xa3\x4e\xb0\x6f\xf2\x65\x98\xc2\x66\xab\xd9\xd5\x1f\x01\x00\x00\xff\xff\xa8\x51\xbb\xed\x15\x17\x00\x00"), }, "/flux-secret.yaml.tmpl": &vfsgen۰CompressedFileInfo{ name: "flux-secret.yaml.tmpl",