Skip to content

Commit

Permalink
Merge pull request #79 from lemeurherve/patch-1
Browse files Browse the repository at this point in the history
fix(docs): correct rendering of the plugin README on plugins.jenkins.io
  • Loading branch information
jtnord authored Oct 13, 2023
2 parents f3013b3 + 18e27cf commit 637de1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Because granting these permissions for secrets is not something that should be d

### Adding credentials

Credentials are added by adding them as secrets to Kubernetes, this is covered in more detail in the [examples](examples) page.
Credentials are added by adding them as secrets to Kubernetes, this is covered in more detail in the [examples](./examples) page.

To restrict the secrets added by this plugin use the system property `com.cloudbees.jenkins.plugins.kubernetes_credentials_provider.KubernetesCredentialProvider.labelSelector`
to set the [Kubernetes Label selector](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors) expression.
Expand Down Expand Up @@ -83,4 +83,4 @@ The latest release will be visible in the Jenkins Update center approximatly 8 h

# Developing

This [page](dev/) contains more information on a developer environment.
This [page](./dev/) contains more information on a developer environment.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<name>Kubernetes Credentials Provider</name>
<description>Provides a credentials store backed by Kubernetes.</description>
<url>https://github.com/jenkinsci/kubernetes-credentials-provider-plugin/blob/master/docs/README.md</url>
<url>https://jenkinsci.github.io/kubernetes-credentials-provider-plugin/</url>

<inceptionYear>2018</inceptionYear>

Expand Down

0 comments on commit 637de1d

Please sign in to comment.