Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update repo link #1

Merged
merged 1 commit into from
Jan 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ aliases:
# Contribution Guidelines
Want to hack on Config Syncer?

AppsCode projects are [Apache 2.0 licensed](https://github.com/kubeops/config-syncer/blob/master/LICENSE) and accept contributions via
AppsCode projects are [Apache 2.0 licensed](https://github.com/config-syncer/config-syncer/blob/master/LICENSE) and accept contributions via
GitHub pull requests. This document outlines some of the conventions on
development workflow, commit message formatting, contact points and other
resources to make it easier to get your contribution accepted.
Expand All @@ -28,7 +28,7 @@ resources to make it easier to get your contribution accepted.
By contributing to this project you agree to the Developer Certificate of
Origin (DCO). This document was created by the Linux Kernel community and is a
simple statement that you, as a contributor, have the legal right to make the
contribution. See the [DCO](https://github.com/kubeops/config-syncer/blob/master/DCO) file for details.
contribution. See the [DCO](https://github.com/config-syncer/config-syncer/blob/master/DCO) file for details.

## Developer Guide

Expand All @@ -42,11 +42,11 @@ If you have a question about Config Syncer or having problem using it, you can c

## Bugs/Feature request

If you have found a bug with Config Syncer or want to request for new features, please [file an issue](https://github.com/kubeops/config-syncer/issues/new).
If you have found a bug with Config Syncer or want to request for new features, please [file an issue](https://github.com/config-syncer/config-syncer/issues/new).

## Submit PR

If you fix a bug or developed a new feature, feel free to submit a PR. In either case, please file a [Github issue](https://github.com/kubeops/config-syncer/issues/new) first, so that we can have a discussion on it. This is a rough outline of what a contributor's workflow looks like:
If you fix a bug or developed a new feature, feel free to submit a PR. In either case, please file a [Github issue](https://github.com/config-syncer/config-syncer/issues/new) first, so that we can have a discussion on it. This is a rough outline of what a contributor's workflow looks like:

- Create a topic branch from where you want to base your work (usually master).
- Make commits of logical units.
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ Config Syncer (fka Kubed) by AppsCode is a Kubernetes Cluster Operator Daemon. F
- [Reference](/docs/reference/). Detailed exhaustive lists of
command-line options, configuration options, API definitions, and procedures.

We're always looking for help improving our documentation, so please don't hesitate to [file an issue](https://github.com/kubeops/config-syncer/issues/new) if you see some problem. Or better yet, submit your own [contributions](/docs/CONTRIBUTING.md) to help
We're always looking for help improving our documentation, so please don't hesitate to [file an issue](https://github.com/config-syncer/config-syncer/issues/new) if you see some problem. Or better yet, submit your own [contributions](/docs/CONTRIBUTING.md) to help
make our docs better.
2 changes: 1 addition & 1 deletion docs/reference/config-syncer.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Config Syncer by AppsCode - A Kubernetes Configuration Syncer

### Synopsis

Config Syncer is a Kubernetes controller to sync configmaps and secrets. For more information, visit here: https://github.com/kubeops/config-syncer/tree/master/docs
Config Syncer is a Kubernetes controller to sync configmaps and secrets. For more information, visit here: https://github.com/config-syncer/config-syncer/tree/master/docs

### Options

Expand Down
8 changes: 4 additions & 4 deletions docs/setup/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Download a FREE license from [AppsCode License Server](https://appscode.com/issu

## Using Helm 3

Config Syncer can be installed via [Helm](https://helm.sh/) using the [chart](https://github.com/kubeops/config-syncer/tree/{{< param "info.version" >}}/charts/config-syncer) from [AppsCode Charts Repository](https://github.com/appscode/charts). To install the chart with the release name `kubed`:
Config Syncer can be installed via [Helm](https://helm.sh/) using the [chart](https://github.com/config-syncer/config-syncer/tree/{{< param "info.version" >}}/charts/config-syncer) from [AppsCode Charts Repository](https://github.com/appscode/charts). To install the chart with the release name `kubed`:

```bash
$ helm install config-syncer \
Expand All @@ -50,7 +50,7 @@ $ helm install config-syncer \
--wait --burst-limit=10000 --debug
```

To see the detailed configuration options, visit [here](https://github.com/kubeops/config-syncer/tree/{{< param "info.version" >}}/charts/config-syncer).
To see the detailed configuration options, visit [here](https://github.com/config-syncer/config-syncer/tree/{{< param "info.version" >}}/charts/config-syncer).

</div>
<div class="tab-pane fade" id="script" role="tabpanel" aria-labelledby="script-tab">
Expand All @@ -68,7 +68,7 @@ $ helm template config-syncer \
--no-hooks | kubectl apply -f -
```

To see the detailed configuration options, visit [here](https://github.com/kubeops/config-syncer/tree/{{< param "info.version" >}}/charts/config-syncer).
To see the detailed configuration options, visit [here](https://github.com/config-syncer/config-syncer/tree/{{< param "info.version" >}}/charts/config-syncer).

</div>
</div>
Expand All @@ -87,7 +87,7 @@ In addition, if your GKE cluster is a [private cluster](https://cloud.google.com

## Verify installation

Config Syncer includes a check command to verify a cluster config. Download the pre-built binary from [config-syncer Github releases](https://github.com/kubeops/config-syncer/releases) and put the binary to some directory in your `PATH`.
Config Syncer includes a check command to verify a cluster config. Download the pre-built binary from [config-syncer Github releases](https://github.com/config-syncer/config-syncer/releases) and put the binary to some directory in your `PATH`.

```bash
$ kubed check --clusterconfig=./hack/deploy/config.yaml
Expand Down
2 changes: 1 addition & 1 deletion docs/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ aliases:

We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the [AppsCode Slack team](https://appscode.slack.com/messages/C6HSHCKBL/details/) channel `#kubed`. To sign up, use our [Slack inviter](https://slack.appscode.com/).

If you have found a bug with Config Syncer or want to request for new features, please [file an issue](https://github.com/kubeops/config-syncer/issues/new).
If you have found a bug with Config Syncer or want to request for new features, please [file an issue](https://github.com/config-syncer/config-syncer/issues/new).
Loading