Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Doc] Kserve secret yaml file indentation fix (awslabs#719)
- fix indentation issue so the correct yaml file should be like: ``` apiVersion: v1 kind: Secret metadata: annotations: serving.kserve.io/s3-endpoint: s3.amazonaws.com serving.kserve.io/s3-region: ${REGION} serving.kserve.io/s3-usehttps: '1' name: kserve-aws-secret namespace: ${PROFILE_NAMESPACE} type: Opaque ```
- Loading branch information