Skip to content

Commit

Permalink
Remove the secret
Browse files Browse the repository at this point in the history
accidentally put the API key in the initial drop. Removed it here and revoked it on the system.
  • Loading branch information
yhwang authored Jun 21, 2024
1 parent 9bac6f9 commit 9994deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest/openshift/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ patches:
metadata:
name: genai-key
data:
key: cGFrLVhLczdYSlRfUlN6anVKTXZzeV81VWEzNlFWZ3JwVm1aaEdUS1VuZldNRVk=
key: <your API key>
- patch: |-
apiVersion: route.openshift.io/v1
kind: Route
Expand Down

0 comments on commit 9994deb

Please sign in to comment.