You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,10 +124,24 @@ You may also want to mount this on the Bastion host for ease of access - by defa
124
124
## OCI MySQL
125
125
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.
126
126
127
-
# *Important Note*
127
+
##*Important Note*
128
128
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:
129
129
130
130
kubectl -n airflow delete svc airflow
131
131
132
132
This will remove the airflow service, and allow for graceful termination of related stack elements upon Terraform destroy.
133
133
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
0 commit comments