Skip to content

Commit

Permalink
Getting Action Runner Scale Sets up and going
Browse files Browse the repository at this point in the history
  • Loading branch information
danmanners committed Sep 13, 2023
1 parent 357de1a commit 358b4ac
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ resources:
- namespace.yaml
- controller
- crds
- workers

generators:
- generator.yaml
# generators:
# - generator.yaml

components:
- workers
- secrets
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: ksops
metadata:
name: github-secrets
files:
- secrets/github-app.yaml
- github-app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1alpha1
kind: Component
namespace: github-rss

generators:
- generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ valuesInline:
githubConfigUrl: https://github.com/danmanners/homelab-kube-cluster
# githubConfigSecret: controller-manager
githubConfigSecret:
github_app_id: "test"
github_app_installation_id: "test"
github_app_id: "fake"
github_app_installation_id: "fake"
github_app_private_key: |
====key file?
=== ==end key
fake key here
controllerServiceAccount:
name: github-rss-controller
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# apiVersion: kustomize.config.k8s.io/v1beta1
# kind: Kustomization
apiVersion: kustomize.config.k8s.io/v1alpha1
kind: Component
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
# apiVersion: kustomize.config.k8s.io/v1alpha1
# kind: Component
namespace: github-rss

generators:
- helm-charts/danmanners.homelab-kube-repo.yaml

# patches:
# - path: image-patch.yaml
patches:
- patch: |-
$patch: delete
kind: Secret
apiVersion: v1
metadata:
name: danmanners.homelab-kube-repo-gha-rs-github-secret
namespace: github-rss

0 comments on commit 358b4ac

Please sign in to comment.