github.com/freiheit-com/kuberpult@v1.24.2-0.20240328135542-315d5630abe6/infrastructure/scripts/create-testdata/testdata_template/environments/fakeprod-de/config.json (about)

     1  {
     2    "argocd": {
     3      "destination": {
     4        "server": "https://kubernetes.default.svc",
     5        "namespace": "*"
     6      },
     7      "applicationAnnotations": {
     8        "notifications.argoproj.io/subscribe.on-degraded.teams":"",
     9        "notifications.argoproj.io/subscribe.on-sync-failed.teams":""
    10      },
    11      "accessList": [
    12        {
    13          "group": "*",
    14          "kind": "ClusterSecretStore"
    15        },
    16        {
    17          "group": "*",
    18          "kind": "ClusterIssuer"
    19        }
    20      ],
    21      "ignoreDifferences": [
    22        {
    23          "group": "apps",
    24          "kind": "Deployment",
    25          "jsonPointers": [
    26            "/spec/replicas"
    27          ]
    28        }
    29      ]
    30    },
    31    "environmentGroup": "prod",
    32    "upstream": {
    33      "environment": "staging"
    34    }
    35  }