mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-28 02:18:36 +00:00
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:
5
packages/system/keycloak-configure/Makefile
Normal file
5
packages/system/keycloak-configure/Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
export NAME=keycloak-configure
|
||||
export NAMESPACE=cozy-keycloak
|
||||
|
||||
include ../../../scripts/common-envs.mk
|
||||
include ../../../scripts/package.mk
|
||||
@@ -1,3 +1,7 @@
|
||||
export NAME=keycloak-operator
|
||||
export NAMESPACE=cozy-keycloak
|
||||
|
||||
include ../../../scripts/common-envs.mk
|
||||
include ../../../scripts/package.mk
|
||||
|
||||
update:
|
||||
|
||||
5
packages/system/keycloak/Makefile
Normal file
5
packages/system/keycloak/Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
export NAME=keycloak
|
||||
export NAMESPACE=cozy-keycloak
|
||||
|
||||
include ../../../scripts/common-envs.mk
|
||||
include ../../../scripts/package.mk
|
||||
Reference in New Issue
Block a user