Skip to content

Commit 5dc3f1e

Browse files
authored
Update README.md
1 parent fc27c5b commit 5dc3f1e

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,24 @@ You may also want to mount this on the Bastion host for ease of access - by defa
124124
## OCI MySQL
125125
OCI MySQL service is used to store Airflow Metadata. You can configure elements of the MySQL deployment, most importantly is ensuring the internal IP address is in scope with the OKE cluster subnet should you choose to deploy this to an existing VCN/Subnet topology.
126126

127-
# *Important Note*
127+
## *Important Note*
128128
It's very important to note that you *must delete the airflow service* before you attempt to execute a Terraform *DESTROY* either via ORM or CLI. To do this, login to the bastion host and execute the following command:
129129

130130
kubectl -n airflow delete svc airflow
131131

132132
This will remove the airflow service, and allow for graceful termination of related stack elements upon Terraform destroy.
133133

134+
## Contributing
135+
136+
This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md)
137+
138+
## Security
139+
140+
Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process
141+
142+
## License
143+
144+
Copyright (c) 2023 Oracle and/or its affiliates.
145+
146+
Released under the Universal Permissive License v1.0 as shown at
147+
<https://oss.oracle.com/licenses/upl/>.

0 commit comments

Comments
 (0)