Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate helm charts for registry and engine #141

Merged
merged 6 commits into from
Jul 30, 2021
Merged

Conversation

jmorganca
Copy link
Contributor

@jmorganca jmorganca commented Jul 30, 2021

Fixes #139

I've also added the config file as a nice --set-file=./infra.yaml parameter value for the helm chart, which will make loading a config file into a Kubernetes-hosted registry very easy/convenient. cc @BruceMacD

config.yaml Outdated
@@ -0,0 +1,20 @@
sources:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This config is out of date, should have the names like this:

sources:
  - type: okta
    oktaDomain: acme.okta.com
    oktaClientId: 0oapn0qwiQPiMIyR35d6
    oktaClientSecret: jfpn0qwiQPiMIfs408fjs048fjpn0qwiQPiMajsdf08j10j2
    oktaApiToken: 001XJv9xhv899sdfns938haos3h8oahsdaohd2o8hdao82hd
users:
  - name: admin@example.com
    roles:
      - name: admin
        kind: cluster-role
        clusters:
          - cluster-AAA
          - cluster-BBB
  - name: user@example.com
    roles:
      - name: writer
        kind: cluster-role
        clusters:
          - cluster-AAA
      - name: reader
        kind: cluster-role
        clusters:
          - cluster-BBB

Copy link
Contributor Author

@jmorganca jmorganca Jul 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Accidentally added this (outdated) test config.yaml file - will remove

* [`user`](#user)
* [`destination`](#destination)
* [`role`](#role)
* [`users`](#roles)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be [`users`](#users)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes! good catch

@jmorganca jmorganca merged commit f9a8abb into main Jul 30, 2021
@jmorganca jmorganca deleted the separate-helm-charts branch July 30, 2021 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Revert to standalone registry and engine installs
2 participants