steschuser
steschuser
There is a pull request to allow Icons for Clusters https://github.com/mingrammer/diagrams/pull/90
I'm trying to solve the same problem. An example in the documentation would be nice ...
Maybe related to #935 ?
I'll try to take a look at it this week. Can you write down the steps to reproduce this from a fresh install?
Any changes this gets merged soonish?
use-forwarded-headers should work, but still failed me I ended up using *proxy-set-headers*, pointing to a different config map `proxy-set-headers: ingress/custom-headers` and added the header there ``` apiVersion: v1 data: X-Forwarded-Proto:...
Hello, we have pretty much the same problem. Could it be that the migration checks on "id" and wants to remove "timestamp" ``` if (! Schema::hasColumn('bill_data', 'id')) { Schema::table('bill_data', function...
The following workaround got us back on track Change Migration in database/migrations/2024_01_09_223917_bill_data_new_primary.php ``` public function up(): void { //if (! Schema::hasColumn('bill_data', 'id')) { // Schema::table('bill_data', function (Blueprint $table) { //...
Yay for -quic label
Its a problem I have too. I havent really got the time to look into it yet, tho. My plan is to let diagrams generate a dot file as per...