KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 5 (done automagically via Drone pipeline)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
eb6e9ca52b
commit
ec33114f26
2 changed files with 62 additions and 0 deletions
|
@ -57,6 +57,37 @@ data:
|
||||||
"newTab": true
|
"newTab": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "GitOps",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"name": "Gitea",
|
||||||
|
"displayURL": "git.ar21.de",
|
||||||
|
"url": "https://git.ar21.de",
|
||||||
|
"icon": "alt_route",
|
||||||
|
"newTab": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "DroneCI",
|
||||||
|
"displayURL": "drone.ar21.de",
|
||||||
|
"url": "https://drone.ar21.de",
|
||||||
|
"icon": "helicopter",
|
||||||
|
"newTab": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Applications",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"name": "Paste",
|
||||||
|
"displayURL": "paste.apps.yolokube.de",
|
||||||
|
"url": "https://paste.apps.yolokube.de",
|
||||||
|
"icon": "description",
|
||||||
|
"newTab": true
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -57,6 +57,37 @@ data:
|
||||||
"newTab": true
|
"newTab": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "GitOps",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"name": "Gitea",
|
||||||
|
"displayURL": "git.ar21.de",
|
||||||
|
"url": "https://git.ar21.de",
|
||||||
|
"icon": "alt_route",
|
||||||
|
"newTab": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "DroneCI",
|
||||||
|
"displayURL": "drone.ar21.de",
|
||||||
|
"url": "https://drone.ar21.de",
|
||||||
|
"icon": "helicopter",
|
||||||
|
"newTab": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Applications",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"name": "Paste",
|
||||||
|
"displayURL": "paste.apps.yolokube.de",
|
||||||
|
"url": "https://paste.apps.yolokube.de",
|
||||||
|
"icon": "description",
|
||||||
|
"newTab": true
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue