Skip to content

Commit

Permalink
#20 Change name of blueprint samples
Browse files Browse the repository at this point in the history
  • Loading branch information
nhinze23 committed Jan 19, 2024
1 parent dc69c28 commit 203d40b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
app.kubernetes.io/instance: blueprint-sample
app.kubernetes.io/part-of: k8s-blueprint-operator
app.kubernetes.io/created-by: k8s-blueprint-operator
name: blueprint-sample
name: nginx-dependency-invalid-blueprint-sample
spec:
blueprint: |
{"blueprintApi":"v2","dogus":[{"name":"official/plantuml","version":"2023.10-1","targetState":"present"}]}
Expand Down
2 changes: 1 addition & 1 deletion samples/k8s_v1_blueprint_with_nginx_dependency.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
app.kubernetes.io/instance: blueprint-sample
app.kubernetes.io/part-of: k8s-blueprint-operator
app.kubernetes.io/created-by: k8s-blueprint-operator
name: blueprint-sample
name: nginx-dependency-blueprint-sample
spec:
blueprint: |
{"blueprintApi":"v2","dogus":[{"name":"official/plantuml","version":"2023.10-1","targetState":"present"}, {"name":"k8s/nginx-static","version":"1.23.1-5","targetState":"present"}, {"name":"k8s/nginx-ingress","version":"1.6.4-4","targetState":"present"}]}
Expand Down

0 comments on commit 203d40b

Please sign in to comment.