No description
This repository has been archived on 2026-05-06. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2025-03-16 15:17:45 +01:00
deployment feat: update namespace to counterstrike and adjust deployment configuration 2025-03-16 15:04:32 +01:00
development feat: update namespace to counterstrike and adjust deployment configuration 2025-03-16 15:04:32 +01:00
.gitignore initial commit 2025-03-16 15:01:13 +01:00
.sops.yaml initial commit 2025-03-16 15:01:13 +01:00
install-git-hooks.sh initial commit 2025-03-16 15:01:13 +01:00
kustomize-build.sh initial commit 2025-03-16 15:01:13 +01:00
README.md docs: update README to reflect new project name and repository link 2025-03-16 15:17:45 +01:00

counterstrike-source-dedicated

https://github.com/ThomasSteinbach/docker-counterstrike-source-dedicated

Please edit the code within the development directory and run kustomize-build.sh.

What is in this repository?

  • development - The editable deployment configuration.
  • deployment - The generated deployment files from development
  • kustomize-build.sh - A script to quickly output the Kubernetes manifests.
    It also generates the deployment from the development.
  • install-git-hooks.sh This script installs the kustomize-build.sh as Git pre-commit hook.