Create folder for config files
mkdir ./data
Create a network
podman network create kuma-demo
| Ca marche pas si tu remplce ce que tu vais avant pour monthly_raw as (...) | |
| par | |
| monthly_raw AS ( | |
| SELECT a.id as account_id, | |
| DATE_TRUNC('month',MIN(transaction_date,'2025-0-01') as month | |
| CAST(.......) as amount | |
| from accounts a | |
| INNER JOIN posting ON posting.account_id = a.id | |
| INNER JOIN transation ON posting.transaction_id= transaction.id |
| [Install] | |
| WantedBy=default.target | |
| [Unit] | |
| [Kube] | |
| # Point to the yaml file in the same directory | |
| Yaml=adder.yaml | |
| # Use the quadlet-demo network | |
| Network=kuma-demo.network |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| function kk() { | |
| KATELLO_PATH=/usr/bin/katello | |
| $KATELLO_PATH -u admin -p admin "$@" | |
| } | |
| ORG='SimpleOrg' | |
| # Orgs |