Skip to content

Commit

Permalink
added copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeHCQ1 committed Nov 16, 2024
1 parent 28f0afa commit e749328
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion chart/templates/networking.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
# Copyright 2024 Defense Unicorns
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial

# This removes the NR filter_not_found error that you get when you try to access
# the primary node.
apiVersion: networking.istio.io/v1beta1
Expand Down
4 changes: 3 additions & 1 deletion tests/valkey/test-job.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
# Copyright 2024 Defense Unicorns
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial

apiVersion: batch/v1
kind: Job
metadata:
Expand Down
2 changes: 2 additions & 0 deletions tests/watch-jobs.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
# Copyright 2024 Defense Unicorns
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial

# List of job names to monitor
JOBS=("valkey-test-standalone" "valkey-test-replicated-w-sentinel")
Expand Down

0 comments on commit e749328

Please sign in to comment.