-
Notifications
You must be signed in to change notification settings - Fork 45
/
autonomousdatabase_wallet.yaml
26 lines (26 loc) · 1.17 KB
/
autonomousdatabase_wallet.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#
# Copyright (c) 2022, Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
#
apiVersion: database.oracle.com/v1alpha1
kind: AutonomousDatabase
metadata:
name: autonomousdatabase-sample
spec:
details:
autonomousDatabaseOCID: ocid1.autonomousdatabase...
wallet:
# Insert a name of the secret where you want the wallet to be stored. The default name is <metadata.name>-instance-wallet.
name: instance-wallet
password:
# Comment out k8sSecret and uncomment ociSecret if you pass the admin password using OCI Secret.
k8sSecret:
# The Name of the K8s secret where you want to hold the password of the ADMIN account.
name: instance-wallet-password
# ociSecret:
# # The OCID of the OCI Secret that holds the password of the ADMIN account. It should start with ocid1.vaultsecret... .
# ocid: ocid1.vaultsecret...
# Authorize the operator with API signing key pair. Comment out the ociConfig fields if your nodes are already authorized with instance principal.
ociConfig:
configMapName: oci-cred
secretName: oci-privatekey