Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 771 Bytes

File metadata and controls

40 lines (30 loc) · 771 Bytes

GitHub App jwt2token kubernetes controller

ArgoCD repository password update

apiVersion: githubapp.technicaldomain.xyz/v1
kind: ArgoCDRepo
metadata:
  name: example-argo-github-app
  namespace: default
spec:
  privateKeySecret: github-app-private-key
  argoCDRepositories:
    - repository: repo-1294444111
      namespace: argocd

Docker config generation

apiVersion: githubapp.technicaldomain.xyz/v1
kind: DockerConfigJson
metadata:
  name: example-docker-config
  namespace: default
spec:
  privateKeySecret: github-app-private-key
  dockerConfigSecrets:
    - secret: ghcr
      namespace: argocd

For more information see artifacts directory

License

Apache 2 Licensed. For more information please see LICENSE