first commit
This commit is contained in:
19
k8s/regional/xai-secret.example.yaml
Normal file
19
k8s/regional/xai-secret.example.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: xai-ord-credentials
|
||||
namespace: ${K8S_NAMESPACE}
|
||||
type: Opaque
|
||||
stringData:
|
||||
XAI_API_KEY: "REPLACE_ME"
|
||||
OCI_COMPARTMENT_ID: ""
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: xai-iad-credentials
|
||||
namespace: ${K8S_NAMESPACE}
|
||||
type: Opaque
|
||||
stringData:
|
||||
XAI_API_KEY: "REPLACE_ME"
|
||||
OCI_COMPARTMENT_ID: ""
|
||||
Reference in New Issue
Block a user