Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
docs: fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Mar 8, 2021
1 parent 09152d6 commit 71d4bbf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ apiVersion: v1
kind: Pod
spec:
containers:
- image: busybox:latest
- image: busybox:latest
```

It will get mutated to:
Expand All @@ -73,7 +73,7 @@ apiVersion: v1
kind: Pod
spec:
containers:
- image: registry.corp/busybox:latest
- image: registry.corp/busybox:latest
```

To prevent some images from being prefixed use `--registry-whitelist` e.g. `--registry-whitelist=k8s.gcr.io`
Expand Down Expand Up @@ -130,7 +130,7 @@ domain: ACMP.corp
ldap:
....
dex:
version: v2.27.0
version: v2.27.0
oauth2Proxy:
version: v6.1.1
platformOperator:
Expand Down Expand Up @@ -163,4 +163,4 @@ metadata:
| ------------------------------------------------------ | ------------------------------------------------------------ |
| `platform.flanksource.com/restrict-to-groups` | A semi-colon delimited list of LDAP groups to restrict an ingress to |
| `platform.flanksource.com/extra-configuration-snippet` | Any additional nginx snippets to apply to the location |
| `platform.flanksource.com/pass-auth-headers` | Specify `true` to pass authentication headers all the way through to the ingress upstream |
| `platform.flanksource.com/pass-auth-headers` | Specify `true` to pass authentication headers all the way through to the ingress upstream |

0 comments on commit 71d4bbf

Please sign in to comment.