We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create the skeleton for the Keptn Event Controller inside the Keptn Operator #2 and define the Keptn Event CRD.
The operator implemented in #2 shall be extended with support to control Keptn Event CRDs. Draft of the CDR to monitor:
apiVersion: lifecycle.keptn.sh/v1alpha1 kind: Event metadata: name: event-sample spec: service: Service1 application: Application1 job: backoffLimit: 5 activeDeadlineSeconds: 100 template: spec: containers: - name: hello-world image: ubuntu:latest command: ["echo", "Hello from the KLO"] restartPolicy: Never
The text was updated successfully, but these errors were encountered:
bacherfl
odubajDT
Successfully merging a pull request may close this issue.
Goal
Create the skeleton for the Keptn Event Controller inside the Keptn Operator #2 and define the Keptn Event CRD.
Technical Details
The operator implemented in #2 shall be extended with support to control Keptn Event CRDs.
Draft of the CDR to monitor:
Acceptance Criteria
DoD
Dependencies
The text was updated successfully, but these errors were encountered: