Skip to content
This repository was archived by the owner on Jan 25, 2019. It is now read-only.

cmd/helm-app-operator,pkg/helm: Updating dependencies; Support out-of-cluster mode #45

Merged
merged 3 commits into from
Oct 9, 2018
Merged

Conversation

joelanford
Copy link
Member

  • Updating Gopkg.toml to bring operator up-to-date with latest (non-controller-runtime) operator-sdk scaffolding
  • Adding support for out-of-cluster mode to make development and debugging much easier


[[override]]
name = "sigs.k8s.io/controller-runtime"
version = "v0.1.3"
Copy link
Collaborator

Choose a reason for hiding this comment

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

version = "v0.1.4" like in the parent PR:
https://github.com/operator-framework/helm-app-operator-kit/pull/43/files#diff-8ed8aebc54045fa00fcf8481f153d8deR40
So we have the namespace option support.

[prune]
go-tests = true
non-go = true
unused-packages = true
Copy link
Collaborator

@hasbro17 hasbro17 Oct 9, 2018

Choose a reason for hiding this comment

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

Just a heads up if you have unsued-packages here you'll have to run dep ensure again once you add in new files that have new dependencies.
That's why we actually removed this in the refactor branch.
So either remove this, or just remember to run dep ensure again when you add in new deps.

Copy link
Collaborator

@hasbro17 hasbro17 left a comment

Choose a reason for hiding this comment

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

LGTM

@joelanford joelanford merged commit f904727 into operator-framework:master Oct 9, 2018
@joelanford joelanford deleted the feature/out-of-cluster branch October 9, 2018 23:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants