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

k8s operator: baseline #1243

Merged
merged 15 commits into from
Mar 6, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: wrong tag for some field of PikaConfig struct
  • Loading branch information
machinly committed Jan 27, 2023
commit b7ccfe31324701d5241390c39fb2e552303d090b
2 changes: 1 addition & 1 deletion operator/api/v1alpha1/common_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ type ServiceConfig struct {

// PikaConfig defines the external configuration of Pika
type PikaConfig struct {
AdditionalPikaConfig *string `json:"additionalRedisConfig,omitempty"`
AdditionalPikaConfig *string `json:"additionalPikaConfig,omitempty"`
}
2 changes: 1 addition & 1 deletion operator/config/crd/bases/pika.openatom.org_pikas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ spec:
pikaConfig:
description: PikaConfig defines the external configuration of Pika
properties:
additionalRedisConfig:
additionalPikaConfig:
type: string
type: object
required:
Expand Down
6 changes: 6 additions & 0 deletions operator/config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
resources:
- manager.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: controller
newTag: latest