-
Notifications
You must be signed in to change notification settings - Fork 16
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
Test watch pattern annotation + tj-actions/changed-files@v45 #52
Draft
dag-andersen
wants to merge
1
commit into
main
Choose a base branch
from
watch-pattern-test
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+8
−2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Argo CD Diff PreviewSummary: {base => target}/my-app-watch-pattern-valid-regex | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-) Diff:diff --git base/my-app-watch-pattern-valid-regex target/my-app-watch-pattern-valid-regex
index 5024fcb..36a884c 100644
--- base/my-app-watch-pattern-valid-regex
+++ target/my-app-watch-pattern-valid-regex
@@ -2,21 +2,21 @@
apiVersion: v1
kind: Service
metadata:
labels:
app.kubernetes.io/instance: my-app-watch-pattern-valid-regex
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: myApp
app.kubernetes.io/version: 1.16.0
argocd.argoproj.io/instance: my-app-watch-pattern-valid-regex
helm.sh/chart: myApp-0.1.0
- name: super-app-name
+ name: experiment
namespace: default
spec:
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
selector:
app.kubernetes.io/instance: my-app-watch-pattern-valid-regex
app.kubernetes.io/name: myApp
@@ -27,35 +27,35 @@ apiVersion: v1
automountServiceAccountToken: true
kind: ServiceAccount
metadata:
labels:
app.kubernetes.io/instance: my-app-watch-pattern-valid-regex
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: myApp
app.kubernetes.io/version: 1.16.0
argocd.argoproj.io/instance: my-app-watch-pattern-valid-regex
helm.sh/chart: myApp-0.1.0
- name: super-app-name
+ name: experiment
namespace: default
---
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app.kubernetes.io/instance: my-app-watch-pattern-valid-regex
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: myApp
app.kubernetes.io/version: 1.16.0
argocd.argoproj.io/instance: my-app-watch-pattern-valid-regex
helm.sh/chart: myApp-0.1.0
- name: super-app-name
+ name: experiment
namespace: default
spec:
replicas: 5
selector:
matchLabels:
app.kubernetes.io/instance: my-app-watch-pattern-valid-regex
app.kubernetes.io/name: myApp
template:
metadata:
labels:
@@ -77,12 +77,12 @@ spec:
- containerPort: 80
name: http
protocol: TCP
readinessProbe:
httpGet:
path: /
port: http
resources: {}
securityContext: {}
securityContext: {}
- serviceAccountName: super-app-name
+ serviceAccountName: experiment |
dag-andersen
force-pushed
the
watch-pattern-test
branch
from
October 21, 2024 14:26
4f9e79d
to
112fcce
Compare
dag-andersen
force-pushed
the
main
branch
2 times, most recently
from
October 22, 2024 11:55
91b5392
to
b7c9b42
Compare
dag-andersen
force-pushed
the
watch-pattern-test
branch
3 times, most recently
from
October 26, 2024 18:25
25e2574
to
3eb0a16
Compare
dag-andersen
force-pushed
the
watch-pattern-test
branch
from
October 29, 2024 16:35
3eb0a16
to
bc31220
Compare
dag-andersen
force-pushed
the
watch-pattern-test
branch
from
October 29, 2024 16:46
bc31220
to
80b3a16
Compare
dag-andersen
force-pushed
the
watch-pattern-test
branch
from
October 29, 2024 16:52
80b3a16
to
7875c59
Compare
dag-andersen
force-pushed
the
watch-pattern-test
branch
3 times, most recently
from
November 3, 2024 09:08
397b411
to
a08cf5f
Compare
dag-andersen
force-pushed
the
watch-pattern-test
branch
2 times, most recently
from
November 7, 2024 17:14
c7b49ee
to
876e023
Compare
dag-andersen
force-pushed
the
watch-pattern-test
branch
from
December 2, 2024 22:35
876e023
to
7ece36f
Compare
dag-andersen
force-pushed
the
watch-pattern-test
branch
from
December 22, 2024 11:21
7ece36f
to
e9882b0
Compare
dag-andersen
force-pushed
the
watch-pattern-test
branch
from
December 26, 2024 14:41
e9882b0
to
44211e2
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.