phpipam: Add manifest for phpipam

This commit is contained in:
2022-07-31 01:31:53 -05:00
parent 2a07a7856f
commit 157353ddb0
4 changed files with 350 additions and 0 deletions

7
phpipam/README.md Normal file
View File

@@ -0,0 +1,7 @@
```sh
kubectl exec -n phpipam phpipam-db-0 -- \
mysql \
--password=$(kubectl get secret -n phpipam phpipam-mysql-root -o 'jsonpath={.data.password}' | base64 -d) \
phpipam \
< ~/tmp/phpipam_MySQL_dump_2022-07-31.sql
```