Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 16, 2024
1 parent 3b0c543 commit d65736c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions cloud-service-provider/aws/eks/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ helm install -n chatqna --create-namespace chatqna --set service.type=LoadBalanc

After a while, the OPEA application should be running. You can check the status via kubectl.

```bash
```bash
kubectl get pod -n chatqna
```

Expand All @@ -72,4 +72,3 @@ Delete the cluster via the following command.
```bash
terraform destroy
```

3 changes: 3 additions & 0 deletions cloud-service-provider/aws/eks/eks-efs-csi-pvc.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (C) 2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
Expand Down

0 comments on commit d65736c

Please sign in to comment.