Skip to content

Commit

Permalink
fix src
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjpayne authored and redhatrises committed Apr 24, 2024
1 parent 3241b62 commit 348e399
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 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
2 changes: 1 addition & 1 deletion docs/resources/container/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ metadata:
name: falcon-sidecar-sensor
spec:
falcon:
tags:
tags:
- test-cluster
- dev
falcon_api:
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 348e399

Please sign in to comment.