Add basic Makefiles for keycloak (#504)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Introduced new Makefiles for `keycloak`, `keycloak-configure`, and
`keycloak-operator` packages, establishing environment variables for
deployment.
- Each Makefile includes common scripts to streamline build and
environment settings.

- **Bug Fixes**
	- No specific bug fixes were mentioned.

- **Documentation**
	- No updates to documentation were noted.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
Andrei Kvapil
2024-12-04 16:19:05 +01:00
committed by GitHub
parent 142790dc51
commit 7da85d66d5
3 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
export NAME=keycloak-configure
export NAMESPACE=cozy-keycloak
include ../../../scripts/common-envs.mk
include ../../../scripts/package.mk

View File

@@ -1,3 +1,7 @@
export NAME=keycloak-operator
export NAMESPACE=cozy-keycloak
include ../../../scripts/common-envs.mk
include ../../../scripts/package.mk
update:

View File

@@ -0,0 +1,5 @@
export NAME=keycloak
export NAMESPACE=cozy-keycloak
include ../../../scripts/common-envs.mk
include ../../../scripts/package.mk