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

Sync windows free text #20723

Open
speedfl opened this issue Nov 8, 2024 · 0 comments
Open

Sync windows free text #20723

speedfl opened this issue Nov 8, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@speedfl
Copy link
Contributor

speedfl commented Nov 8, 2024

Summary

When navigating in sync windows it is complex to understand why they are here. Are they still applicable... It is even more complicated when they have been created manually

Motivation

Adding a sync windows free text zone could help referencing an incident number for example or JIRA issue.

Proposal

Add a non mandatory free text field such as description

apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
  name: default
spec:
  syncWindows:
  - kind: allow
    schedule: '10 1 * * *'
    duration: 1h
    applications:
    - '*-prod'
    manualSync: true
    description: |
      INC123456789, contact [email protected]

Additional

To consider as well here: #11755

@speedfl speedfl added the enhancement New feature or request label Nov 8, 2024
@speedfl speedfl self-assigned this Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant