https://github.com/rryter/k8s-cluster
https://github.com/rryter/k8s-cluster
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rryter/k8s-cluster
- Owner: rryter
- License: apache-2.0
- Created: 2021-03-03T20:14:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-03T20:14:49.000Z (over 4 years ago)
- Last Synced: 2025-04-06T08:35:47.126Z (2 months ago)
- Language: Makefile
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jenkins X 3.x GitOps Repository for GKE and Google Secret Manager
This git repository installs Jenkins X with Google Secret Manager.
## Creating/upgrading cloud resources
Modify the `jx-requirements.yml` file
Now git commit and push any changes...
```bash
git add *
git commit -a -m "chore: Jenkins X changes"
```