No description
Find a file
miwr 278cf798f4 apiVersion: v1
kind: ConfigMap
metadata:
  name: openbao-logrotate-config
  namespace: openbao
data:
  openbao: |
    /var/log/openbao/*.log {
    size 5k
    rotate 7
    compress
    missingok
    notifempty
    postrotate
        kill -SIGHUP $(pidof bao)
    endscript
    }
2025-03-25 13:52:55 +01:00
template apiVersion: v1 2025-03-25 13:52:55 +01:00
.gitignore alloy implementation 2025-03-12 13:37:16 +01:00
README.md Added README.md 2024-12-18 14:33:01 +01:00

edpbuilder stacks

This repository contains the building blocks to instanciate Internal Developer Platform's.

Install edpbuilder

To get started, you need to install edpbuilder.