Skip to content

Commit

Permalink
Add industrial edge to the available patterns list (#8933)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdoc authored Dec 17, 2024
1 parent 0a69493 commit a88f942
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ ocp4_workload_validated_pattern_deploy_available_patterns:
repo: https://github.com/validatedpatterns/medical-diagnosis
revision: rhdp-deploy
doc_url: https://validatedpatterns.io/patterns/medical-diagnosis/
- display_name: "Industrial Edge"
pattern_name: industrial-edge
repo: https://github.com/validatedpatterns/industrial-edge
revision: rhdp-deploy
doc_url: https://validatedpatterns.io/patterns/industrial-edge/

ocp4_workload_validated_pattern_deploy_default_pattern:
display_name: "Operator only"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
version: "2.0"
secrets:
- name: ie-dummy-secret
vaultPrefixes:
- global
fields:
- name: secret
onMissingValue: generate
vaultPolicy: validatedPatternDefaultPolicy

0 comments on commit a88f942

Please sign in to comment.