Skip to content

Commit

Permalink
Merge pull request #528 from ryanjpayne/fix-sidecar-readme
Browse files Browse the repository at this point in the history
fix sidecar readme
  • Loading branch information
redhatrises authored Apr 24, 2024
2 parents c2aa11e + 348e399 commit 564e098
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
4 changes: 3 additions & 1 deletion docs/deployment/openshift/resources/admission/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ metadata:
name: falcon-admission
spec:
falcon:
tags: 'test-cluster,dev'
tags:
- test-cluster
- dev
falcon_api:
client_id: PLEASE_FILL_IN
client_secret: PLEASE_FILL_IN
Expand Down
4 changes: 3 additions & 1 deletion docs/deployment/openshift/resources/container/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ metadata:
name: falcon-sidecar-sensor
spec:
falcon:
tags: 'test-cluster,dev'
tags:
- test-cluster
- dev
falcon_api:
client_id: PLEASE_FILL_IN
client_secret: PLEASE_FILL_IN
Expand Down
4 changes: 3 additions & 1 deletion docs/resources/admission/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ metadata:
name: falcon-admission
spec:
falcon:
tags: 'test-cluster,dev'
tags:
- test-cluster
- dev
falcon_api:
client_id: PLEASE_FILL_IN
client_secret: PLEASE_FILL_IN
Expand Down
4 changes: 3 additions & 1 deletion docs/resources/container/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ metadata:
name: falcon-sidecar-sensor
spec:
falcon:
tags: 'test-cluster,dev'
tags:
- test-cluster
- dev
falcon_api:
client_id: PLEASE_FILL_IN
client_secret: PLEASE_FILL_IN
Expand Down
4 changes: 3 additions & 1 deletion docs/src/resources/admission.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ metadata:
name: falcon-admission
spec:
falcon:
tags: 'test-cluster,dev'
tags:
- test-cluster
- dev
falcon_api:
client_id: PLEASE_FILL_IN
client_secret: PLEASE_FILL_IN
Expand Down
4 changes: 3 additions & 1 deletion docs/src/resources/container.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ metadata:
name: falcon-sidecar-sensor
spec:
falcon:
tags: 'test-cluster,dev'
tags:
- test-cluster
- dev
falcon_api:
client_id: PLEASE_FILL_IN
client_secret: PLEASE_FILL_IN
Expand Down

0 comments on commit 564e098

Please sign in to comment.