mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-10-21 23:18:06 +00:00

Command executed: `operator-sdk init --domain onepassword.com --repo github.com/1Password/onepassword-operator --plugins=go/v4-alpha --license=none` - `--plugin=go/v4-alpha` is used to enable support for Apple Sillicon environments. - `--license=none` is used since the only option is Apache, and we use the MIT license. `hack/boilerplate.go.txt` is updated with the MIT license instead.
10 lines
253 B
Plaintext
10 lines
253 B
Plaintext
domain: onepassword.com
|
|
layout:
|
|
- go.kubebuilder.io/v4-alpha
|
|
plugins:
|
|
manifests.sdk.operatorframework.io/v2: {}
|
|
scorecard.sdk.operatorframework.io/v2: {}
|
|
projectName: onepassword-operator
|
|
repo: github.com/1Password/onepassword-operator
|
|
version: "3"
|